@component('mail::message') # {{ $msg }} @if($type == 'paypal')
{{ __('Hello You recived a new payout! kindly go to your Paypal account and claim the amount else if it unclamied than its auto refund to us after 30 days of payment sent.') }}
@else{{ __('Hello You recived a new payout! via banktransfer.') }}
@endif @component('mail::button', ['url' => '#']) {{ $currency }} {{ $amount }} @endcomponent @if($type == 'paypal')
{{ __("If you don't have Paypal account check your email for Paypal payout email and signup with link that given by Paypal and claim the amount !") }}
@else
{{ __('Bank transfer take 2-3 days or same day for reflect amount in your bank. So kindly wait !') }}
@endif