Accounts
| No# | Title | Account Number | Bank | Address | Current Balance | Account Type |
|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $account->title }} | {{ $account->account_number }} | {{ $account->bank }} | {{ $account->address }} | Rs.{{ $account->current_balance }}.00 | {{ $account->type }} |
@extends('layouts.master') @section('content')
| No# | Title | Account Number | Bank | Address | Current Balance | Account Type |
|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $account->title }} | {{ $account->account_number }} | {{ $account->bank }} | {{ $account->address }} | Rs.{{ $account->current_balance }}.00 | {{ $account->type }} |