@extends('layouts.branch')
@section('title', 'OPD Pricing')
@section('header', 'Consultation Fees')
@section('content')
@include('partials.branch._breadcrumbs', [
'breadcrumbs' => [
['name' => 'Consultation Fees', 'url' => route('branch.opd-charges.index')]
]
])
OPD Pricing Master
Configure consultation charges per department and specialist
@include('branch.opd_charges._table')
@endsection