Tambah Kategori

@csrf

Daftar Kategori

@foreach($categories as $category)
@csrf @method('PUT')
@csrf @method('DELETE')
@endforeach
{{ $categories->links() }}