@extends('layouts.app') @section('title') New SMS @endsection @section('description') Create a new SMS for {{$users->name}} @endsection @section('breadcrumb')
  • New SMS
  • @endsection @section('content')

    Create A New SMS For {{$users->name}}

    {{ csrf_field() }}
    @endsection