@extends('layouts.pdf') @section('content')
getLocale()=='ar') align="right" @endif>
{{__('Due date')}} : {{date('d-m-Y')}}
|
{{__('Test Name')}} | {{__('Price')}} | |
---|---|---|
@if(isset($test['test'])) {{$test['test']['name']}} @endif | {{$test['price']}} {{get_currency()}} | |
@if(isset($culture['culture'])) {{$culture['culture']['name']}} @endif | {{$culture['price']}} {{get_currency()}} | |
{{__('Subtotal')}} | {{$group['subtotal']}} {{get_currency()}} | |
{{__('Discount')}}
@if(!empty($group['contract'])) ( {{$group['contract']['title']}} {{$group['contract']['discount']}}% ) @endif |
{{$group['discount']}} {{get_currency()}} | |
{{__('Total')}} | {{$group['total']}} {{get_currency()}} | |
{{__('Paid')}} | {{$group['paid']}} {{get_currency()}} | |
{{__('Due')}} | {{$group['due']}} {{get_currency()}} |