@extends('layouts.admin') @section('title', 'SMS Manager') @section('breadcrumb') @endsection @section('content')
@if(session('success')) @endif @if(session('error')) @endif

Send Bulk SMS

@csrf
Standard SMS length is 160 characters.
@endsection