{{__('Products')}}
@php $products_count=0; @endphp @if(isset($purchase)) @foreach($purchase['products'] as $product) @php $products_count++; @endphp @endforeach @elseif(old('products')) @foreach(old('products') as $product) @php $products_count++; @endphp @endforeach @endif
{{__('Product')}} {{__('Unit price')}} {{__('Quantity')}} {{__('Total price')}}
{{__('Payments')}}
@php $payments_count=0; @endphp @if(isset($purchase)) @foreach($purchase['payments'] as $payment) @php $payments_count++; @endphp @endforeach @elseif(old('payments')) @foreach(old('payments') as $payment) @php $payments_count++; @endphp @endforeach @endif
{{__('Date')}} {{__('Amount')}} {{__('Payment method')}}
{{__('Purchase summary')}}
{{__('Subtotal')}}
{{__('Tax')}}
{{__('Total')}}
{{__('Paid')}}
{{__('Due')}}