| ID |
Catagory Name |
Catagory Details |
Action |
@if(isset($category)) @foreach($category as $key => $categories)
| {{ ++$key }} |
{{ $categories->cata_name }} |
{{ $categories->cata_details }} |
@if(Auth::user()->role == 'admin')
@endif
|
@endforeach @endif
@if(Session::has('success'))
{{Session::get('success')}} @php Session::forget('success'); @endphp
@endif @if(Session::has('update'))
{{Session::get('update')}} @php Session::forget('update'); @endphp
@endif @if(Session::has('delete'))
{{Session::get('delete')}} @php Session::forget('delete'); @endphp
@endif