@unless(View::hasSection('no-chrome'))
GreenCard
.vn
Trang chủ
Đổi thẻ cào
Mua thẻ cào
Nạp Game trực tuyến
Tích hợp API
@auth
{{ auth()->user()->name }}
Số dư: {{ number_format(auth()->user()->balance, 0, ',', '.') }}đ
Hồ sơ của tôi
Lịch sử hoạt động
Nạp tiền tài khoản
@if(auth()->user()->is_admin)
⚙ Trang quản trị
@endif
@csrf
Đăng xuất
@else
Đăng nhập
Tạo tài khoản
@endauth
☰
{{-- Drawer menu trên màn hình hẹp --}}
🏠 Trang chủ
⇄ Đổi thẻ cào
💳 Mua thẻ cào
🎮 Nạp Game trực tuyến
🛠 Tích hợp API
@auth
Hồ sơ của tôi
@csrf
Đăng xuất
@else
Đăng nhập
Tạo tài khoản
@endauth
@endunless @yield('content') @unless(View::hasSection('no-chrome')) @endunless
@if(session('toast_success'))
✓
{{ session('toast_success') }}
@endif @if(session('toast_error'))
✕
{{ session('toast_error') }}
@endif @if($errors->any()) @foreach($errors->all() as $error)
✕
{{ $error }}
@endforeach @endif
@stack('scripts')