{{--
Team
--}}- Home
- Categories
- Index
-
@foreach ($errors->all() as $error)
- {{$error}} @endforeach
Categories Viwes
{{-- --}}
| ID | Name | Parent | Activation | Actions |
|---|---|---|---|---|
| {{$record->id}} | {{$record->name}} | {{$record->parent?->name ?? '---'}} | {!! $activate !!} | @if ($record->id > 2 ) @endif |
{{-- pagination area --}}