@extends('layout.backend.main');
@section('page_content')
| Id | Employee Name | Bank Name | Account_number | Branch_name | Branch_location | Bank_identifier_code | Action |
|---|---|---|---|---|---|---|---|
| {{ $account->id }} | {{ $account->employee_id }} | {{ $account->bank_name }} | {{ $account->account_number }} | {{ $account->bank_identifier_code }} | {{ $account->branch_name }} | {{ $account->branch_location }} |