@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();
// dd($other_reseller_customer_recharge);
@endphp