@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']) !!}
{!! Form::close() !!}
@endsection @push('scripts') @endpush