@extends('layouts.branch')
@section('title', 'Collect Payment')
@section('header', 'Payment Collection')
@section('content')
@include('partials.branch._breadcrumbs', [
'breadcrumbs' => [
['name' => 'Payment Center', 'url' => route('branch.payments.index')],
['name' => 'Collect Payment', 'url' => '#']
]
])
@push('scripts')
@endpush
@endsection