@extends('layout.app') @section('title') Send SMS @endsection @section('pagetitle') Send SMS @endsection @section('content')
@include('includes.errors') @include('includes.success')
@csrf @if (!empty($_GET['sendsms']) && $_GET['sendsms'] == true)
first_name)}} [{{$cusms->phone}}]">
@else
@endif
{{--
 
--}}
@endsection @section('scripts') @endsection