Solid Gold
Berjangka
{{ __('Beranda') }}
{{ __('Menu') }}
{{ __('Produk') }}
{{ __('Video') }}
{{ __('Website') }}
{{ __('Settings') }}
{{ __('Legalitas') }}
{{ __('Kantor Cabang') }}
{{ __('Wakil Pialang') }}
@if (auth()->user()->role == 'superadmin')
{{ __('Pengguna') }}
{{ __('Manajemen Pengguna') }}
@endif
{{ Auth::user()->name }}
{{ __('Profile') }}
{{ __('Logout') }}
@yield('main-content')
{{ __('Ready to Leave?') }}
×
Select "Logout" below if you are ready to end your current session.
@yield('scripts')