@extends('layouts/base_view')
@section('title')
{!! $variables['header_routes'] !!}
@endsection
@section('content')
| No |
Kode |
Nama |
Grup Menu |
Kode PLU |
Kategori |
Harga |
Status |
@include('layouts.partials.excel_upload_modal', [
'module' => 'menus',
'title' => 'Menu',
'uploadRoute' => route('menus.upload_excel'),
'downloadRoute' => route('menus.download_template')
])
@endsection