@extends('layouts.app') @section('title', 'Doctor Fees') @section('pages')
@include('layouts.partials.nav-menu')
{{-- @if (auth()->user()->can('enquiry-types-create')) --}} {{-- @endif --}}
@include('appointment-doctor-fees.table')
@endsection