@extends('admin.layouts.main') @section('menu','System') @section('title','Send SMS') @section('content')
@csrf
Compose SMS
@if ($errors->has('phone')){{ $errors->first('phone') }}@endif
0/1000 characters @if ($errors->has('message')){{ $errors->first('message') }}@endif
@endsection @push('custom-stylesheets') @endpush @push('custom-scripts') @endpush