@extends('layouts.admin') @section('content') @push('css') @endpush
Sl. | Name | Opening Balance | Title | Account Number | Branch Name | Address | Note | Action |
---|---|---|---|---|---|---|---|---|
{{$loop->iteration}} | {{ $bank_cash_account->account_name }} | {{ $bank_cash_account->opening_balance }} | {{ $bank_cash_account->title }} | {{ $bank_cash_account->account_number }} | {{ $bank_cash_account->branch_name }} | {{ $bank_cash_account->address }} | {{ $bank_cash_account->note }} |