@extends('layout.app') @section('content')
@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
@csrf
@error('gatway')
{{ $message }}
@enderror
From Other Reseller Customer Research
Send SMS?
send_sms == 'Yes') checked @endif value="Yes">
send_sms == 'No') checked @endif value="No">
SMS Massage*
Type Text here
From Other Reseller Customer Reminder
Before Day
Send SMS?
send_sms == 'Yes') checked @endif value="Yes">
send_sms == 'No') checked @endif value="No">
SMS Massage*
Type Text here
From Other Reseller Customer Expire
Send SMS?
send_sms == 'Yes') checked @endif value="Yes">
send_sms == 'No') checked @endif value="No">
SMS Massage*
Type Text here
From Other Reseller Customer Create
Send SMS?
send_sms == 'Yes') checked @endif value="Yes">
send_sms == 'No') checked @endif value="No">
SMS Massage*
Type Text here
@endsection