@if(Auth::user()->role_user === 'Admin') @include('layouts.partial.layout_admin') @elseif(Auth::user()->role_user === 'Operator') @include('layouts.partial.layout_operator') @endif
Hi,
{{Auth::user()->name}}
{{Auth::user()->name}}
{{Auth::user()->email}}
View Profile
My Profile
My Balance
Inbox
Account Setting
@csrf
Logout
@yield('title')
@yield('header+') @yield('tombol+')
@yield('content')
@yield('Script')