{{ config('app.name', 'Laravel') }}

{{ Auth::user()->is_admin ? 'Admin Panel' : 'Client Area' }}

{{ __('Produk') }} @if (! Auth::user()->is_admin) {{ __('Riwayat') }} @endif @if (Auth::user()->is_admin) {{ __('Upload Produk') }} {{ __('Tambah Client') }} @endif

{{ Auth::user()->name }}

{{ Auth::user()->email }}

{{ __('Profile') }}
@csrf
{{ __('Produk') }} @if (! Auth::user()->is_admin) {{ __('Riwayat') }} @endif @if (Auth::user()->is_admin) {{ __('Upload Produk') }} {{ __('Tambah Client') }} @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf