@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')}} @csrf {{__('db.SMS Template')}} Select Template @foreach($smsTemplates as $template) {{ $template->name }} @endforeach {{__('db.Mobile')}} * {{__('db.Message')}} * {{__('db.Send SMS')}} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with are required input fields')}}.{{__('db.Add mobile numbers by selecting the customers')}}