@extends('admin.layout.app') {{-- makes everything from admin.app appear here --}} @section('heading', 'Slider Photos for ' . $single_portfolio->title) @section('rightside_button') Back to previous @endsection @section('main_content')
{{-- Each iteration prints one row () in the table. --}} @foreach ($photo_gallery_items as $item) {{-- helps numbering 1,2,3 dynamically --}} @endforeach
SL Photo Actions
{{ $loop->iteration }} @if ($item->photo) Photo @endif Delete
Add Photo
@csrf
@endsection