@extends('admin.default') @section('css') @endsection @section('content')

Items

@include('include.messages')
Reset

Items List

@forelse($items as $item) @empty @endforelse
Name Slug Created At Action
{{ $item->name }} {{ $item->slug }} {{ $item->created_at?->format('d M Y') }}
@method('DELETE') @csrf
No items found.
@if($items->total() > 10) @endif
@endsection @section('js') @endsection