@extends('layouts.app') @section('include_css') @endsection @section('content')

Send SMS

{!! csrf_field() !!}
{{ Form::select('candidates_select', $candidates, '', ['class' => 'form-control selectpicker', 'id' => 'candidates_select', 'data-live-search' => 'true']) }}

Available SMS : {{ $no_of_sms ?? '' }}


Customer Code First Name Last Name Mobile no.1

{{ $shortcodes ?? '' }}

{{ __('xcommunication::templates.labels.message_character_count') }}: 0 / 160
@endsection @section('include_js') @endsection @section('custom_script') @endsection