@yield('customStyle')
@if (Auth::user()->isFrontend()) @include('layouts.frontEndSidebar') @else @if (is_numeric(Auth::user()->store_id)) @include('layouts.staffSidebar') @else @include('layouts.agentSidebar') @endif @endif
ระบบบริหารงานเว็บไซต์ LT-99 {{-- ::
TH
--}}
@guest @else {{ Auth::user()->username }} @endguest
@if (Auth::user()->isAgent()) เครดิต:
{{ number_format(Auth::user()->wallet->sum('amount')) }}
@endif @if (Auth::user()->isStaff()) เครดิตร้าน:
{{ number_format(Auth::user()->workAt->wallet->sum('amount')) }}
@endif
@if (Auth::user()->isStaff())
สาขา:
{{ Auth::user()->workAt->store_name }}
@endif {{--
--}}
@if (Auth::user()->isAdmin() || Auth::user()->isAgent())
โปรไฟล์
@endif
ออกจากระบบ
@csrf
@yield('sub_title', 'ระบบบริหารงานเว็บไซต์')
@yield('content')
จัดการการเงิน
×
รหัสสมาชิก
รูปแบบการทำรายการ
ฝาก
ถอน
จำนวนเงิน
บาท
@yield('scripts')