@extends('layouts.branch')
@section('title', 'New Ledger Transaction')
@section('header', 'Add Transaction')
@section('content')
@include('partials.branch._breadcrumbs', [
'breadcrumbs' => [
['name' => 'Ledger', 'url' => route('branch.patient-ledgers.index')],
['name' => 'New Transaction', 'url' => '#']
]
])
@push('scripts')
@endpush
@endsection