@extends('admin.layout') @section('content')

Edit Exclusive

@csrf @method('PUT')
is_featured ? 'checked' : '' }}>

@if($exhibition->cover_image) @endif
Add More Gallery Images
You can upload multiple images at once
Back
Danger Zone

Delete this exclusive permanently.

@csrf @method('DELETE')
@if($exhibition->images->count())
Existing Gallery Images
@foreach($exhibition->images as $img)
@csrf @method('DELETE')
@endforeach
@endif
@endsection