Logo
@if (Auth::user()->role==2)
BPBD Provinsi Sumatera Utara
@else
BPBD {{Auth::user()->kota->nama_kota}}
@endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}