{{-- CSS --}} @extends('adminlte::page') @section('plugins.Datatables',true) @section('title', __('modules')['dashboard']['restaurant']['products']) @section('content') {{-- Body --}}
{{-- Title & Button --}}

{{ __('modules')['dashboard']['restaurant']['products'] }}

{{-- Table Structure --}}
{{ __('entity_fields')['product']['category'] }} {{ __('entity_fields')['common']['name'] }} {{ __('entity_fields')['common']['price'] }} {{ __('entity_fields')['common']['created_at'] }} {{ __('entity_fields')['common']['updated_at'] }} {{ __('entity_fields')['common']['actions'] }}
{{-- Form --}} @include('restaurant.products.components.product-form') {{-- JS Control --}} @endsection