@extends('layouts.app_rest') @section('content')
@if(isset($bussiness))
@if(isset($bussiness->address))
{{$bussiness->address}}
@endif
@if(isset($bussiness->address_two)) , {{$bussiness->address_two}}
@endif
@if(isset($bussiness->city))
{{$bussiness->city}}
@endif
@if(isset($bussiness->country))
{{$bussiness->country}}
@endif
@if(isset($bussiness->mobile))
{{$bussiness->mobile}}
@endif
@if(isset($bussiness->phone))
,{{$bussiness->phone}}
@endif
@endif
S.NO | Product | QTY | PRICE | Discount | AMOUNT |
---|---|---|---|---|---|
{{ $line['sr'] }} | {{ $line['description'] }} | {{ $line['qty'] }} | {{ $line['unit_cost'] }} | {{ $line['dis'] }} | {{ $line['line_total'] }} |
Method | Amount | Refence No | Note |
---|---|---|---|
{{ $payment->method }} | {{ number_format($payment->amount, 2) }} | {{ $payment->payment_ref_no }} | {{ $payment->note }} |
Sell Note |
---|
{!! $transaction->details !!} |