@extends('layouts.app') @section('title', 'Lab Report | ' .$voucher_type->voucher_title ?? ''. ' - ' . $sale_invoice->voucher_type_invoice_no . ' - ' . ($sale_invoice->invoice_date ? formatedDate($sale_invoice->invoice_date) : '') . ' - ' . ($sale_invoice->getPatient->name ?? '')) @section('pages') @php $pageTitle = $sale_invoice->voucher_type_invoice_no . ' - ' .($sale_invoice->getPatient->name ?? '').'-'. ($sale_invoice->invoice_date ? formatedDate($sale_invoice->invoice_date) : '') ; @endphp
Lab Report | {!! $sale_invoice->voucher_type_invoice_no !!}
@if($show_print_on_due == 'yes') @endif
@php $redirect = request()->redirect == 'lab-reporting' ? 'lab-reporting' : (request()->redirect == 'lab-billings' ? 'lab-billings.index' : (request()->redirect == 'ipd-billings' ? 'ipd-admissions.show' : 'lab-reporting')); $id = []; if (request()->redirect == 'ipd-billings') { $id['ipd_admission'] = $sale_invoice->ipd_admission_id; } @endphp
Print with letter head
@if($show_print_on_due == 'yes') @endif
@endsection @section('js') @endsection