@extends('layouts.app') @section('title', 'Banks') @section('content')
| ID | Name | Description | Currency | Actions |
|---|---|---|---|---|
| {{ $bank->id }} | {{ $bank->name }} | {{ $bank->description ?? '-' }} | @if($bank->currency) {{ $bank->currency->value }} @else Not Set @endif | |
| No banks found. | ||||