@extends('layouts.customer') @section('title','Draft | SmsBox') @section('content') {{trans('customer.draft')}} {{trans('customer.smsbox')}} {{trans('customer.draft')}} {{trans('customer.compose')}} @include('customer.smsbox.common') {{trans('customer.draft')}} 1-50/200 {{trans('customer.from')}} {{trans('customer.to')}} {{trans('customer.message')}} {{trans('customer.schedule_at')}} {{trans('customer.action')}} @foreach($drafts as $message) {{$message->formatted_number_from}} {{$message->formatted_number_to}} {{$message->body}} {{$message->schedule_datetime}} @endforeach @endsection @section('extra-scripts') @endsection