first()->value; $company_email =BusinessSetting::where('key', 'email_address')->first()->value; $company_name =BusinessSetting::where('key', 'business_name')->first()->value; $company_address =BusinessSetting::where('key', 'address')->first()->value; $logo =BusinessSetting::where('key', 'logo')->first()->value; $company_mobile_logo = $logo; $company_links = json_decode(BusinessSetting::where('key','landing_page_links')->first()->value, true); $note_message = [ 'add_fund_by_admin'=>translate('messages.Rewared by company admin',['company_name'=>ucwords($company_name)]), 'loyalty_point' => translate('messages.loyalty_point_to_wallet'), 'referrer'=> translate('messages.earned_from_referrer') ]; ?>
{{$company_name}}
{{translate('messages.Transaction Sucessfull')}} {{translate('messages.amount sucessfully credited to your wallet',['amount'=>$data->credit.' '.\App\CentralLogics\Helpers::currency_code()])}} {{translate('messages.note')}}: {{in_array($data->transaction_type,$note_message)?$note_message[$data->transaction_type]:translate('messages.add_fund_to_wallet')}} {{translate('messages.dear')}} {{$data->user->f_name.' '.$data->user->l_name}} {{translate('messages.Thank you for joinning with')}} {{$company_name}}!
{{translate('messages.sl')}} {{translate('messages.transaction')}} {{translate('messages.id')}} {{translate('messages.transaction')}} {{translate('messages.date')}} {{translate('messages.credit')}} {{translate('messages.debit')}} {{translate('messages.balance')}}
1 {{$data->transaction_id}} {{$data->created_at}} {{\App\CentralLogics\Helpers::format_currency($data->credit)}} {{\App\CentralLogics\Helpers::format_currency($data->debit)}} {{\App\CentralLogics\Helpers::format_currency($data->balance)}}
{{translate('messages.If you require any assistance or have feedback or suggestions about our site, you can email us at')}}
@php($social_media = \App\Models\SocialMedia::active()->get()) @if(isset($social_media)) @endif
@foreach ($social_media as $item) @endforeach
@if ($company_links['web_app_url_status']) @endif
{{$company_address}}
{{translate('messages.All copy right reserved',['year'=>date('Y'),'title'=>$company_name])}}