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