@extends($_layout.'master') @section('meta.robots', 'noindex') @php add_js_src('static/frontend/js/filter.js'); $user = Auth::user(); @endphp @section('content')
{{$user->name}}

Chào mừng {{$user->name}}
  • Số dư tài khoản: {{number_format($account->balance)}} vnđ
@yield('account-content')
@endsection