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

Configure Fee

Define consultation rates for specialists

@error('doctor_id')

{{ $message }}

@enderror

No doctors found in this department

Abort Configuration
@endsection