@extends('layouts.app') @section('title') {{__('Group Receipt')}} @endsection @section('css') @endsection @section('breadcrumb')
|
---|
{{__('Due Date')}} : {{date('d/m/Y',strtotime($group['created_at']))}}
{{__('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()}} |