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

Editer la galerie

@if($galerie->photos->count())
@foreach($galerie->photos as $photo)
@method('DELETE') @csrf
@endforeach
@endif
@csrf
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@csrf
@push('styles') @endpush @push('scripts') @endpush @endsection