@extends('layouts.pelanggan') @section('title', 'Menu') @push('style') @endpush @section('main') @include('pelanggan.menu.allFood', [ 'category' => $category, 'menus' => $menus ]) @endsection @push('script') @endpush