@extends('layouts.app')
@section('title')
{{ __('messages.doctor_department.doctor_departments') }}
@endsection
@section('page_css')
@endsection
@section('content')
@include('flash::message')
@include('doctor_departments.table')
@include('doctor_departments.create_modal')
@include('doctor_departments.edit_modal')
@include('partials.modal.templates.templates')
@endsection
@section('page_scripts')
@endsection
@section('scripts')
@endsection