@extends('backend.layout.main') @section('content') {{__('db.Create SMS')}} {{__('db.The field labels marked with * are required input fields')}}.{{__('db.Add mobile numbers by selecting the customers')}} {!! Form::open(['route' => 'setting.sendSms', 'method' => 'post']) !!} {{__('db.SMS Template')}} Select Template @foreach($smsTemplates as $template) {{ $template->name }} @endforeach {{__('db.Mobile')}} * {{__('db.Message')}} * {{__('db.Send SMS')}} {!! Form::close() !!} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.{{__('db.Add mobile numbers by selecting the customers')}}