@include('partials.head')
{{ __('Platform') }}
@if (auth()->user()->isCustomer())
{{ __('Dashboard') }}
{{ __('My Orders') }}
@endif @if (auth()->user()->isAdmin())
{{ __('Dashboard') }}
{{ __('Products') }}
{{ __('Orders') }}
{{ __('Reviews') }}
{{ __('Settings') }}
@endif
{{ auth()->user()->name }}
{{ auth()->user()->phone }}
{{ __('Settings') }}
@csrf
{{ __('Log out') }}
{{ $slot }} @persist('toast')
@endpersist @fluxScripts