@yield('meta') @yield('styles')
@if(app()->getLocale()=='en')
English @elseif(app()->getLocale()=='kh')
ខ្មែរ @endif
English
ខ្មែរ
@foreach($bankAccounts_ as $b)
{{$b->currency->currency_code}}: {{number_format($b->credit,2)}}
@endforeach
{{__('message.edit profile')}} ({{Auth::user()->name}} - {{Auth::user()->role->name}})
{{__('message.logout')}}
@csrf
@include('app.alert') @yield('content')
@yield('scripts')