@extends('layouts.app') @section('title') {{ __('messages.doctor_department.doctor_department_details') }} @endsection @section('page_css') @endsection @section('css')
@endsection @section('content')
@include('flash::message')
@include('doctor_departments.show_fields')
@include('doctor_departments.edit_modal') @endsection @section('page_scripts') @endsection @section('scripts') @endsection