@extends('layouts.app') @section('title') {{__('Doctors')}} @endsection @section('breadcrumb')

{{__('Doctors')}}

@endsection @section('content')

{{__('Doctors Table')}}

@can('create_contract') {{__('Create')}} @endcan
@csrf
{{__('Import')}}
# {{__('Code')}} {{__('Name')}} {{__('Phone')}} {{__('Email')}} {{__('Address')}} {{__('Commission')}} {{__('Total')}} {{__('Paid')}} {{__('Due')}} {{__('Action')}}
@endsection @section('scripts') @endsection