@extends('layouts.backend.master') @section('content')

Pay to :{{$transactiondetailsinfodetails->seller_or_buyer_Email}}, Mpesa number:{{$transactiondetailsinfodetails->dseller_phone_number}} : KSH. {{number_format($transactiondetailsinfodetails->amount_payable,2)}}

You are about to approve payment for: ({{$transactiondetailsinfodetails->description_title}}) Transaction.

@if ( Session::has('success') ) @endif
@csrf
@endsection