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