Account Management
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if ($errors->has('phno'))
{{ $errors->first('phno') }}
@endif
Accounts
@if (auth()->user()->is_admin == '1' || Auth::user()->type == 'Admin')
@endif
No. | Account Number | Account Name | Location | Type | BL/PL | Action |
---|---|---|---|---|---|---|
{{ $no }} | {{ $account->account_number }} | {{ $account->account_name }} | {{ $account->warehouse->name ?? ' ' }} | {{ $account->account_type }} | {{ $account->account_bl_pl }} |