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

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

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

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

1-50/200
@foreach($trashes as $message) @endforeach
{{trans('customer.number')}} {{trans('customer.type')}} {{trans('customer.message')}} {{trans('customer.schedule_at')}}
{{$message->formatted_number_to}} {{$message->type}} {{$message->body}} {{$message->schedule_datetime}}
@endsection @section('extra-scripts') @endsection