Account Type | {{--Account Sub Type | --}}Account Name | Opening Balance | Created On | Status | Action | |
---|---|---|---|---|---|---|---|
{{ 'Assets Account' }} | @else{{ 'Liabilities Account' }} | @endif{{ $account->account_name }} | ₹{{ $account->opening_balance }} | {{----}} | {{ date('d-m-Y', strtotime($account->created_at)) }} | @switch($account->status) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch |
|
No Data Yet |