@extends('backend.layouts.master') @section('title','Edit Gallery') @section('main-content') @include('backend.layouts.notification') @push('styles') @endpush
Edit Gallery
@csrf @method('PATCH')
@error('title') {{$message}} @enderror
@error('description') {{$message}} @enderror
Image
{{--
@error('photo') {{$message}} @enderror
@if ($album->photo != null) @foreach ($album->photo as $index => $image)
Image
@endforeach @endif
--}}
@error('status') {{$message}} @enderror
@endsection @push('styles') @endpush @push('scripts') @endpush