Manage Gallery

@if (Session::has('alert-info')) @endif @if (Session::has('alert-warning')) @endif
@if (count($uploads) > 0)
@foreach ($uploads as $upload) @endforeach
No Category Name Gallery Slug Image Edit Delete
{{ $upload->id }} {{ $upload->name }} {{ $upload->url }} Edit
id) }} method="POST"> @csrf @method('DELETE')
@endif