@extends('layouts.app') @section('title') {{ __('messages.doctor_department.doctor_departments') }} @endsection @section('page_css') {{-- --}} @endsection @section('content')
@include('flash::message')
@include('doctor_departments.create_modal') {{Form::hidden('doctorDepartmentUrl',url('doctor-departments'),['id'=>'indexDoctorDepartmentUrl'])}} {{Form::hidden('doctorDepartmentCreateUrl',route('doctor-departments.store'),['id'=>'indexDoctorDepartmentCreateUrl'])}} {{ Form::hidden('doctorDepartmentLang', __('messages.delete.doctor_department'), ['id' => 'doctorDepartmentLang']) }} @include('doctor_departments.edit_modal')
@endsection {{--let doctorDepartmentUrl = "{{url('doctor-departments')}}"--}} {{--let doctorDepartmentCreateUrl = "{{ route('doctor-departments.store') }}"--}} {{-- --}} {{-- --}}