@extends('layouts.app') @section('title', 'eBRC') @section('breadcrumbs') @endsection @section('content')

eBRC (Electronic Bank Realization Certificate)

Track and manage eBRC records

New eBRC
@forelse($ebrcRecords ?? [] as $ebrc) @empty @endforelse
eBRC # Date Bank Amount BRC Date Actions
{{ $ebrc->ebrc_number }} {{ $ebrc->date->format('d M Y') }} {{ $ebrc->bank->name ?? 'N/A' }} {{ number_format($ebrc->amount, 2) }} {{ $ebrc->brc_date?->format('d M Y') ?? 'N/A' }}

No eBRC records found

@endsection