@extends('layouts.customer') @section('title','Compose | SmsBox') @section('extra-css') @endsection @section('content')

{{trans('customer.quick_send')}}

@csrf

{{trans('customer.compose_new_message')}}

@isset($draft) @endisset
schedule_datetime?'checked':''}} name="isSchedule" type="checkbox" id="isScheduled">
Type a message
@endsection @section('extra-scripts') @endsection