@php
$other_reseller_customer_recharge = $sms_data->where('sms_type','other_reseller_customer_recharge')->first();
$other_reseller_customer_reminder = $sms_data->where('sms_type','other_reseller_customer_reminder')->first();
$other_reseller_customer_expire = $sms_data->where('sms_type','other_reseller_customer_expire')->first();
$other_reseller_customer_new_customer = $sms_data->where('sms_type','other_reseller_customer_create')->first();
$customResellerSmsGatewaySetup_welcome_sms_setting = $sms_data->where('sms_type','own_reseller_customer_create')->first();
$customResellerSmsGatewaySetup_payment_sms_setting = $sms_data->where('sms_type','own_reseller_customer_payment')->first();
$customResellerSmsGatewaySetup_reminder_sms_setting = $sms_data->where('sms_type','own_reseller_customer_reminder')->first();
$balance = checkSmsBalance($reseller->id);
// dd($other_reseller_customer_new_customer);
@endphp