@extends('layouts.master') @section('title', $title) @section('content') @include($view . '.modal')
@include('patients.appointments.profile.profile')
@include('patients.appointments.profile.menu')
{{ $title }} {{ __('list') }}
@if(!$medical_report) @can($access . '-create') {{ $title }} @endcan @endif
# Patient Date Diagnosis Treatment Recommendation Created by {{ __('messages.action') }}
@endsection @section('page_js') @endsection