@extends('user.layouts.main') @php $escrow_status = Config::get('static_array.escrow_status'); @endphp @section('contents')
Buyer pays to escrow
{{--

Terms for transaction #22-1317

--}}
Payment Details
Product Name {{ $row->ad->title }}
Product Price {{ $row->price }} KSh
Escrow Commission {{ getSetting()->escrow_fee}} %
Escrow Fee {{$row->escrow_fee}} KSh
Total {{ $row->price }} KSh
You have to pay {{ $row->price }} KSh
@if ($row->buyer->phone) @endif
User Details
Name {{ $row->buyer->name }}
Email {{ $row->buyer->email }}
Phone {{ $row->buyer->phone }}
@if($row->currentStatus->status == 20) Paid By Buyer @if($row->seller_id == $user->id) Shipped the product @endif @else
@csrf
@endif
@endsection