@extends('layouts.app') @section('title', 'Doctor Fee') @section('pages')
@include('layouts.partials.nav-menu')
@if (auth()->user()->can('doctor-fee-create')) @endif
@include('doctor-fee.table')
@endsection @section('js') @endsection