@extends('layouts.customer') @section('title','Draft | SmsBox') @section('content')

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

{{trans('customer.compose')}} @include('customer.smsbox.common')

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

1-50/200
@foreach($drafts as $message) @endforeach
{{trans('customer.from')}} {{trans('customer.to')}} {{trans('customer.message')}} {{trans('customer.schedule_at')}} {{trans('customer.action')}}
{{$message->formatted_number_from}} {{$message->formatted_number_to}} {{$message->body}} {{$message->schedule_datetime}}
@endsection @section('extra-scripts') @endsection