@php $featured_menu_items = App\Models\OurMenuItem::where('active', 1)->where('featured', 1)->orderBy('order', 'asc')->get(); $our_menu_items_titles = App\Models\OurMenuItem::where('active', 1)->orderBy('order', 'asc')->get()->groupBy('title'); @endphp @section('css') @endsection