@include('partials.head')
{{ __('Dashboard') }}
{{ __('user') }}
@if(auth()->user()->can('role.view') || auth()->user()->can('role.create') || auth()->user()->can('role.edit') || auth()->user()->can('role.delete'))
{{ __('Roles') }}
@endif @if(auth()->user()->can('product.view') || auth()->user()->can('product.create') || auth()->user()->can('product.edit') || auth()->user()->can('product.delete'))
{{ __('Products') }}
@endif
{{ __('Repository') }}
{{ __('Documentation') }}
{{ 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