@extends('layouts.app')
@section('title')
{{ __('messages.opd_patient.opd_patient_details') }}
@endsection
@section('page_css')
@endsection
@section('css')
@endsection
@section('header_toolbar')
{{Form::hidden('visitedOPDPatients',route('patient.opd'),['id'=>'showVisitedOPDPatientsList'])}}
{{Form::hidden('patient_id',$opdPatientDepartment->patient_id,['id'=>'showVisitedOPDPatientsListshowVisitedOPDPatientsListshowVisitedOPDPatientsList'])}}
{{Form::hidden('opdPatientDepartmentId',$opdPatientDepartment->id,['id'=>'showOpdListPatientDepartmentId'])}}
{{Form::hidden('defaultDocumentImageUrl',asset('assets/img/default_image.jpg'),['id'=>'showOpdListDefaultDocumentImageUrl'])}}
{{Form::hidden('opdDiagnosisUrl',route('opd.diagnosis.index'),['id'=>'showOpdListDiagnosisUrl'])}}
{{Form::hidden('opdTimelinesUrl',route('opd.timelines.index'),['id'=>'showOpdListTimelinesUrl'])}}
{{Form::hidden('downloadDiagnosisDocumentUrl',url('opd-diagnosis-download'),['id'=>'showOpdListDownloadDiagnosisDocUrl'])}}
{{Form::hidden('downloadTimelineDocumentUrl',url('opd-timeline-download'),['id'=>'showOpdListDownloadTimelineDocUrl'])}}
{{Form::hidden('downloadPaymentDocumentUrl',url('opdPayment-download'),['id'=>'showOpdListDownloadPaymentDocUrl'])}}
@include('flash::message')
@include('opd_patient_list.show_fields')
@endsection
@section('scripts')
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@endsection