@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 | Line Total |
|---|---|---|---|---|
| {{ $kry + 1 }} | {{ $line->product->name }} | {{ $line->quantity }} | {{ $line->unit_price }} | {{ $line->quantity * $line->unit_price }} |
| Return Note |
|---|
| {!! $transaction->details !!} |