@extends('master.back') @section('content')

{{ __('SMS Setting') }}

@csrf @include('alerts.alerts')

@csrf
{{--
is_twilio == 1 ? 'checked' : '' }}>
--}}
{{__('Note')}} : {{__('Must use country code before (+) sign')}}

@csrf @php $sms_section = json_decode($setting->twilio_section,true); @endphp

Order Number : {order_number} If you need order number then use this tag

@endsection