@extends('layouts.app')
@section('title')
{{ __('messages.ipd_patient.ipd_patient_details') }}
@endsection
@section('page_css')
@endsection
@section('css')
@endsection
@section('header_toolbar')
@include('flash::message')
@include('layouts.errors')
@include('ipd_patient_list.show_fields')
@include('ipd_prescriptions.show_modal')
@include('ipd_payments.add_modal')
{{Form::hidden('ipdPrescriptionUrl',route('ipd.prescription.index'),['id'=>'showListIpdPrescriptionUrl'])}}
{{Form::hidden('bootStrapUrl',asset('assets/css/bootstrap.min.css'),['id'=>'showListBootstrapUrl'])}}
{{Form::hidden('ipdPatientDepartmentId',$ipdPatientDepartment->id,['id'=>'showListIpdPatientDepartmentId'])}}
{{Form::hidden('ipdTimelinesUrl',route('ipd.timelines.index'),['id'=>'showListIpdTimelinesUrl'])}}
{{Form::hidden('ipdStripePaymentUrl',url('stripe-charge'),['id'=>'showListIpdStripePaymentUrl'])}}
{{Form::hidden('ipdPrescriptionUrl',route('ipd.prescription.index'),['id'=>'showIpdPrescriptionUrl'])}}
{{Form::hidden('stripeConfigKey',$stripeKey,['id' => 'stripeConfigKey'])}}
{{ Form::hidden('razorpayDataKey', getSelectedPaymentGateway('razorpay_key'), ['class' => 'patientRazorpayDataKey']) }}
{{ Form::hidden('razorpayDataName', getAppName(), ['class' => 'patientRazorpayDataName']) }}
{{ Form::hidden('razorpayDataImage', asset(getLogoUrl()), ['class' => 'patientRazorpayDataImage']) }}
{{ Form::hidden('razorpayDataCallBackURL', route('patient.razorpay.success'), ['class' => 'patientRazorpayDataCallBackURL']) }}
{{ Form::hidden('razorpayPaymentFailed', route('patient.razorpay.failed'), ['class' => 'patientRazorpayPaymentFailed']) }}
@endsection
@section('scripts')
{{--let ipdDiagnosisUrl = "{{route('ipd.diagnosis.index')}}"--}}
{{--let ipdConsultantRegisterUrl = "{{route('ipd.consultant.index')}}";--}}
{{--let ipdChargesUrl = "{{route('ipd.charge.index')}}";--}}
{{--let ipdPatientDepartmentId = "{{ $ipdPatientDepartment->id }}";--}}
{{--let doctorUrl = "{{url('doctors')}}";--}}
{{--let ipdPrescriptionUrl = "{{route('ipd.prescription.index')}}";--}}
{{--let ipdTimelinesUrl = "{{route('ipd.timelines.index')}}";--}}
{{--let ipdPaymentUrl = "{{route('ipd.payments.index')}}";--}}
{{--let ipdPaymentModes = JSON.parse('@json($paymentModes)');--}}
{{--let stripe = Stripe('{{ config('services.stripe.key') }}');--}}
{{--let ipdStripePaymentUrl = '{{ url('stripe-charge') }}';--}}
{{--let downloadDiagnosisDocumentUrl = "{{ url('ipd-diagnosis-download') }}";--}}
{{--let downloadPaymetDocumentUrl = "{{ url('ipd-payment-download') }}";--}}
{{--let downloadTimelineDocumentUrl = "{{ url('ipd-timeline-download') }}";--}}
{{--let bootstarpUrl = "{{ asset('assets/css/bootstrap.min.css') }}";--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@endsection