@extends('layouts.admin') @section('title', 'Vendor Bank Details') @section('header', 'Vendor Bank Details') @section('content')
Account numbers, IFSC, and UPI IDs are encrypted before storage.
| Holder | Account | Bank | Status | |
|---|---|---|---|---|
| {{ $account->account_holder_name }} | ****{{ $account->account_number_last4 }} @if($account->is_default)Default@endif | {{ $account->bank_name ?? '-' }} | {{ $account->is_verified ? 'Verified' : 'Pending' }} | |
| No bank details added. | ||||