@extends('layouts.app') @section('title') {{ __('messages.patient.patient_details') }} @endsection @section('page_css') @endsection @section('header_toolbar')

@yield('title')

@if (!Auth::user()->hasRole('Doctor|Accountant|Case Manager|Nurse|Patient')) {{ __('messages.common.edit') }} @endif {{ __('messages.common.back') }}
@endsection @section('content')
@include('flash::message')
@include('patients.show_fields')
@include('patients.advanced_payments.edit_modal') @include('patients.vaccinations.edit_modal')
@endsection @section('page_scripts') @endsection