@extends('layouts.branch')
@section('title', 'Configure OPD Fee')
@section('header', 'Consultation Pricing')
@section('content')
@include('partials.branch._breadcrumbs', [
'breadcrumbs' => [
['name' => 'Consultation Fees', 'url' => route('branch.opd-charges.index')],
['name' => 'Configure Fee', 'url' => route('branch.opd-charges.create')]
]
])
@endsection