@extends('layouts.app_layout') @section('content')

All (*) marked fields are mandatory.

@csrf
@if($photoGallery->featured_image)
Current: Featured Image
@endif
You can upload multiple files for this gallery. Click on the button below to add more.
@forelse($photoGallery->images as $key => $image) @empty @endforelse
S.No. Image Title Action
{{ $key + 1 }} {{ $image->title ?? '-' }}
No images uploaded yet.
@include('components.photo_gallery_images_template') @endsection @section('pages-scripts') @endsection