@extends('layouts.app') @section('content') @if (session()->has('message'))
Sender name | Sender phone | Receiver Name | Receiver Phone | Pay Amount | Tax Amount | Total Pay |
---|---|---|---|---|---|---|
{{$sender_detail->name}} | {{$sender_detail->country_code}} {{$sender_detail->phone}} | {{$receiver_detail->name}} | {{$receiver_detail->country_code}} {{$receiver_detail->phone}} | {{$transaction->total_amount - $transaction->tax_amount}} | {{$transaction->tax_amount}} | {{$transaction->total_amount}} |