{{ __('category') }}

@csrf {{-- @method('DELETE') --}}
Add New
@if (count($categorys) > 0) @foreach ($categorys as $category ) @endforeach @else @endif
id name slug Action
{{ $category->id }} {{ $category->name }} {{ $category->slug }}
No Data !
@foreach ($categorys as $category ) @endforeach