@include('sweetalert::alert')

{{ __('Resources Management') }}

{{ __('List of Resources') }}s

{{ __('Search') }}
@forelse($resources as $resource) @empty @endforelse
No Title Description Category Created at Action
{{ $loop->iteration}} {{ $resource->title }} {{ $resource->description }} {{ $resource->category }} {{ $resource->created_at->format('d-m-Y')}}
View
@csrf Delete
No event found.
{{$resources->links()}}