@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', 'Food & Drinks Category') @section('badge') @endsection

Food & Drinks Category List

@csrf
{{-- --}}
{{-- --}} {{-- --}}
New
{{-- --}} @forelse ($categoris as $category) @empty @endforelse
# No Name ImageCreated dateAction
{{-- --}}
{{ $category->name }} No image View {{-- Edit Delete --}} Edit @if ($category->status == 1) Active @else Inactive @endif
No data found.
@endsection @push('scripts') @endpush