{!! Form::textarea('send_to', null, ['rows'=>5,'id'=>'send_to','class'=>'form-control '.($errors->first('send_to') ? 'is-invalid' : ''), 'placeholder'=>__('Important: Please use semicolon ; to seperate each phone number. Max limit only 100 mobile no.')]) !!}
{{__('Please follow the format . eg: 60123456789')}}
{!!$errors->first('send_to', ':message')!!}
{!! Form::textarea('message', null, ['rows'=>5,'id'=>'message','class'=>'form-control '.($errors->first('message') ? 'is-invalid' : ''),'placeholder'=>__('Type your message here...')]) !!}
@if($request->input('send_by') == App\SmsLog::type_group)
{{__('Personalized text : Put %name% to be replaced with name in address book.')}}
@endif
{!!$errors->first('message', ':message')!!}