@isset($transaction)
@if($service_type == '4' && $currentStep == '1' || $service_type == '5' && $currentStep == '1')

Transaction

@endif
@if (isset($transaction->seller_third_party_id)) @endif @if (isset($transaction->buyer_third_party_id)) @endif @if (isset($transaction->guarantor_id)) @endif @if(isset($transaction->property_id)) @else @endif
{{Lang::get('transactions.ref_no')}} id) }}" target="_blank"> TX-{{$transaction->id}}
{{Lang::get('transactions.service')}} {{$transaction->service->name}}-{{$transaction->service->sub_category}}
{{Lang::get('mof.seller')}} {{ strtoupper($transaction->seller->full_name) }}
{{Lang::get('mof.buyer')}} {{ strtoupper($transaction->buyer->full_name) }}
{{Lang::get('customer.seller_third_party')}} {{ strtoupper($transaction->seller_third_party->full_name) }}
{{Lang::get('customer.buyer_third_party')}} {{ strtoupper($transaction->buyer_third_party->full_name) }}
{{Lang::get('mof.guarantor')}} {{ strtoupper($transaction->guarantor->full_name) }}
{{Lang::get('mof.property')}} PR-{{ $transaction->property->id }}
{{Lang::get('mof.vehicle')}} VH-{{ $transaction->vehicle->id }}
{{Lang::get('transactions.application_date')}} {{$transaction->application_date}}
@if($transaction->service->name == "Rental") {{Lang::get('mof.rental_date')}} @else {{Lang::get('transactions.settlement_date')}} @endif {{$transaction->settlement_date}}
@if($transaction->service->name == "Rental") {{Lang::get('mof.rental_amount')}} @else {{Lang::get('mof.settlement_amount')}} @endif ${{$transaction->settlement_amount}}
{{Lang::get('transactions.invoice_amount')}} ${{ $transaction->invoice->invoice_amount }}
{{Lang::get('transactions.status')}} {{ $transaction->status }}
@else No Transaction @endisset