{{--
{{ config('app.name', 'SPWP') }}
--}}
eBayar SPWP
@if (request()->is('login')) @else @endif {{-- --}}
@if (request()->is('login')) @else
{{--
@guest @if (Route::has('login'))
{{ __('Log Masuk') }}
@endif @if (Route::has('register'))
{{ __('Pendaftaran') }}
@endif @else
{{ Auth::user()->name }}
Profil Pengguna
Terma & Syarat
Notis Privasi
Perlindungan Data
Log Keluar
@csrf
@endguest
--}}
@endif
@yield('content')