@include('partials.head')
{{ __('Dashboard') }}
{{ __('All Items') }}
@foreach($typeitems as $typeItem)
{{ $typeItem->name }}
@endforeach
{{ __('Type Items') }}
{{ __('Tabels') }}
{{ 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