@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if ($errors->any())
@endif
Email and SMS
Send Type
Select Customer
Body For Email
Body For SMS
{{-- jquery for showing in real time the number of character being typed --}} {{-- jquery for making only the selected visible --}} @endsection