@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)] ] ])
@csrf

Modify Pricing

Update consultation rates for specialists

@error('doctor_id')

{{ $message }}

@enderror
Discard Changes
@endsection