@extends('layouts.app') @section('title') {{ __('messages.doctors') }} @endsection @section('content')
@include('flash::message')
{{Form::hidden('doctorUrl',url('doctors'),['id'=>'indexDoctorUrl'])}} {{ Form::hidden('doctors', __('messages.patient_admission.doctor'), ['id' => 'Doctor']) }}
@include('doctors.templates.templates') @include('partials.page.templates.templates')
@endsection {{-- JS File :- assets/js/doctors/doctors.js --}}