@extends('user.layouts.main') @php $escrow_status = Config::get('static_array.escrow_status'); @endphp @section('contents')
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 |
User Details | |
---|---|
Name | {{ $row->buyer->name }} |
{{ $row->buyer->email }} | |
Phone | {{ $row->buyer->phone }} |