@include('partials.head') {{ __('Dashboard') }} {{ __('All Items') }} @foreach($typeitems as $typeItem) {{ $typeItem->name }} @endforeach {{ __('Type Items') }} {{-- {{ __('Tabels') }} --}} {{ __('Orders') }} {{ __('Kitchen') }} {{-- {{ __('Tables') }} --}}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }} {{ auth()->user()->email }}
{{ __('Settings') }}
@csrf {{ __('Log Out') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }} {{ auth()->user()->email }}
{{ __('Settings') }}
@csrf {{ __('Log Out') }}
{{ $slot }} @fluxScripts