|
@if (isset($amount))
₹{{ $amount }}/-
@endif
|
|
Hi
@if (isset($user_name))
{{ $user_name }}
@endif
, We are happy to inform you that A
payment of ₹
@isset($amount) {{$amount}} @endisset
(with a @isset($tds_percent) {{$tds_percent}} @endisset% TDS
deduction) has been successfully
deposited into your bank account by {{ config('app.name') }}.
|
| Your payout details can be found below : |
|
Payout Ammount :
@if (isset($amount))
₹{{$amount}}/-
@endif
|
| TDS Ammount :
@if (isset($amount))
₹{{$main_amount-$amount}}/-
@endif
|
| Total Ammount :
@if (isset($main_amount))
₹{{$main_amount}}/-
@endif
|
| Paid On :
{{ date('d M Y') }}
|
{{--
| Payment Method :
IMPS
|
--}}
|
Transaction Id :
@if (isset($id))
{{$id}}
@endif
|
|
|