@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('patient_refund.patient_refund_receipt') }}

@if (!empty(session()->get('episode_id')))
@if(Auth::user()->can('view-episode-summary')) {{ __('patient_episode.episode_summary') }} @endif
@else
@endif

{{ $hospital_information->name }} {{ $hospital_information->address }} {{ __('patient_refund.tel') }}: {{ $hospital_information->phone_number }}
{{ __('patient_refund.email') }}: {{ $hospital_information->email }}
{{ __('patient_refund.cashier') }}: {{ auth()->user()->first_name }} {{ auth()->user()->last_name }}
{{ __('consultations.date') }}: {{ streamline_date_time_short($receipt_date) }}
{{ __('patient_refund.credit_memo_number') }}: {{ $receipt_number }}
{{ __('patient_refund.patient') }} : {{ $patient->first_name }} {{ $patient->last_name }}
{{ __('finance.patient_number') }} : {{ $patient->number }}
{{ __('patient_refund.category') }} : {{ get_name($patient->category_id, "id", "name", "patient_categories") }}

{{ __('patient_refund.description') }} {{ __('patient_refund.price') }}
{{ __('patient_refund.refund_amount') }} {{ ugandan_shillings($refund_amount) }}
{{ __('patient_refund.refund_reason') }} {{ $refund_reason }}
{{ __('patient_refund.refund_reference_receipt_number') }} {{ $original_receipt_number }}
© {{ __('patient_refund.streamline') }}
@endsection @push('styles') @endpush