@extends('layouts.layout-horizontal') @section('title', ' Bank Accounts') @section('content')
| # | Name | Bank | Account No | IFSC | Default | Current Bal. | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $a->name }} @if($a->is_default) Default @endif | {{ $a->bank_name ?? '—' }} | {{ $a->account_no }} | {{ $a->ifsc ?? '—' }} | @if($a->is_default) @else @endif | {{ indian_number($a->current_balance, 2) }} |