@extends('layouts.app') @section('title','বার্তা পাঠান') @section('content')

@yield('title')


@csrf






@include('sms.sendsmsAjax') @endsection