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

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

{{-- Table Structure --}}
{{ __('entity_fields')['common']['name'] }} {{ __('entity_fields')['common']['created_at'] }} {{ __('entity_fields')['common']['updated_at'] }} {{ __('entity_fields')['common']['actions'] }}
{{-- Form Modal --}}
{{-- JS Control --}} @endsection