@extends('layouts.app')
@section('title')
{{ __('View patient') }}
@endsection
@section('breadcrumb')
@endsection
@section('content')
@if (session('danger'))
{{ session('danger') }}
@endif
@if (session('date'))
{{ session('date') }}
@endif
@include('admin.patients.rename_file')
@isset($_GET['id'])
@include('admin.patients._patient_modal')
@endisset
@endsection
@section('scripts')
@cannot('bulk_action_patient')
@endcan
@endsection