@extends('frontend.master') @section('content')

{{ $food_category->local_lang_name }}

{!! Form::select('categories', $categoires, $food_category->id, [ 'class' => 'text-white bg-neutral dark:bg-[#2c333f] text-sm font-semibold py-3.5 px-4 rounded-lg border border-neutral dark:border-secondary outline-none', 'id' => 'category', ]) !!}
@include('frontend.food_list')
@endsection @push('page_js') @endpush