@include('Commonheader', ['page_title' => 'Category List'])
@include('sidebar')
@include('restaurant.navbar')

Category List

Add New Category
@foreach ($categories as $index => $cat) @endforeach
# Category Name Price Adjustment Actions
{{ $index + 1 }} {{ $cat->category_name }} {{ $cat->price_adjustment }}
@include('Commonfooter')
@include('Commonscript')