@extends('backend.partials.master') @section('title') {{ __('account.title') }} {{ __('levels.list') }} @endsection @section('maincontent')
| {{ __('levels.id') }} | {{ __('levels.gateway') }} | {{ __('levels.account_info') }} | {{ __('levels.status') }} | @if(hasPermission('account_update') == true || hasPermission('account_delete') == true ){{ __('levels.actions') }} | @endif|
|---|---|---|---|---|---|
| {{$i++}} | @if($account->gateway == 1) Cash @elseif($account->gateway == 2) Bank @elseif($account->gateway == 3) bKash @elseif($account->gateway == 4) Rocket @elseif($account->gateway == 5) Nagad @endif |
@if($account->user)
: {{@$account->user->name}}
: {{@$account->user->email}} @endif @if($account->account_holder_name != null) Holder Name
: {{$account->account_holder_name}}
Account No.
: {{$account->account_no}}
Bank Name
:
@if($account->bank == 1)
BB
@elseif($account->bank == 2) DBBL @elseif($account->bank == 3) IB @endif Branch Name
: {{$account->branch_name}}
Mobile
: {{$account->mobile}}
Account Type
: {{$account->account_type == 1 ? 'Merchant' : 'Personal'}}
Opening Balance
: {{settings()->currency}}{{$account->opening_balance}}
Current Balance
: {{settings()->currency}}{{$account->balance}}
|
{!! $account->my_status !!} | @if(hasPermission('account_update') == true || hasPermission('account_delete') == true )
|
@endif
|
{!! __('Showing') !!} {{ $accounts->firstItem() }} {!! __('to') !!} {{ $accounts->lastItem() }} {!! __('of') !!} {{ $accounts->total() }} {!! __('results') !!}