@extends('backend.layout.main') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{!! session()->get('not_permitted') !!}
@endif

{{trans('file.Create SMS')}}

{{trans('file.The field labels marked with * are required input fields')}}.{{trans('file.Add mobile numbers by selecting the customers')}}

{!! Form::open(['route' => 'setting.sendSms', 'method' => 'post']) !!}
{!! Form::close() !!}
@endsection @push('scripts') @endpush