@extends('admin.layouts.app') @section('content')
{{-- --}}
To
{{ $payout->user->name }}
Email : {{ $payout->user->email }}
Phone : {{ $payout->user->phone }}
Receipt #{{ $payout->id }}
Payment Date : {{ $payout->created_at->format('d-M-Y') }}
From : {{config('app.name')}}
{{-- Address : {{ websiteData('address') }}
--}}
Sr. No. Amount Service Charge TDS Charge Remark Subtotal
1 ₹ {{ $payout->amount }} ₹ {{ $payout->service_charge }} ₹ {{ $payout->tds_charge }} {{ $payout->remark }} ₹ {{ $payout->final_amount }}

Term & Condition:

If you have not received fund in your account please contact customer support.

Total : ₹ {{ $payout->final_amount }}
@endsection