@extends('user.layouts.main') @section('contents')

Invoice

Logo
Order Details :
Transaction Id : #22-1490
Date : {{ date('d M Y', strtotime($row->confirmation_due_date)) }}
Payment Status : @if ($row->allStatus->contains('status', 20))
Paid
@else
Unpaid
@endif
Product Name Price
{{ $row->ad->title }} {{ $row->price }} KSh
Safe KSh Commission {{ getSetting()->escrow_fee }} %
Total amount {{ $row->price }} KSh
@endsection