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

{{__('Doctors')}}

@endsection @section('content')
@can('create_doctor') {{__('Create')}} @endcan
{{-- {{__('Export')}} --}}
{{-- --}}
{{__('Download template')}}
@csrf
{{__('Import')}}
# {{__('Code')}} {{__('Name')}} {{__('Specialization')}} {{__('Gender')}} {{__('Contact Number')}} {{__('Email')}} {{__('Date Created')}} {{__('Action')}}
@endsection @section('scripts') @endsection