@extends('admin.layouts.app') @section('title', 'Branches List') @section('content')
Manage bank branches and their details.
| Sr.No | Bank | Branch_Address | Branch_Email | IFSC_CODE | Contact_Incharge | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $branches->firstItem() + $key }} |
|
{{ $branch->branch_address }} | {{ $branch->branch_email }} | {{ $branch->ifsc }} |
{{ $branch->cash_incharge }}
@if(!empty($branch->branch_email))
{{ $branch->branch_email }}
@endif
|
@if($branch->is_active) Active @else Inactive @endif | |
|
No branches found. |
|||||||