@extends('layouts.pdf') @section('content')
{{__('Group Tests')}} | ||||||||
---|---|---|---|---|---|---|---|---|
{{__('Date')}} | {{__('Patient Name')}} | {{__('Tests')}} | {{__('Subtotal')}} | {{__('Discount')}} | {{__('Total')}} | {{__('Paid')}} | {{__('Due')}} | |
{{__('No data available')}} | ||||||||
{{date('d-m-Y H:i',strtotime($group['created_at']))}} | @if(isset($group['patient'])) {{$group['patient']['name']}} @endif |
|
{{formated_price($group['subtotal'])}} | {{formated_price($group['discount'])}} | {{formated_price($group['total'])}} | {{formated_price($group['paid'])}} | {{formated_price($group['due'])}} |
{{__('Payments')}} | |
---|---|
{{__('Date')}} | {{__('Amount')}} |
{{__('No data available')}} | |
{{date('d-m-Y',strtotime($payment['date']))}} | {{formated_price($payment['amount'])}} |
{{__('Accounting Report Summary')}} | |
---|---|
{{__('Total')}}: | {{formated_price($data['total'])}} |
{{__('Paid')}}: | {{formated_price($data['paid'])}} |
{{__('Due')}}: | {{formated_price($data['due'])}} |