@extends('layouts.pdf') @section('content')
getLocale()=='ar') align="right" @endif> {{__('Due date')}} : {{date('d-m-Y')}}
@foreach($group['tests'] as $test) @endforeach @foreach($group['cultures'] as $culture) @endforeach
{{__('Test Name')}} {{__('Price')}}
{{$test['price']}} {{get_currency()}}
{{$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()}}
@endsection