@extends('layouts.customer') @section('title','Trash | SmsBox') @section('content') {{trans('customer.trash')}} {{trans('customer.smsbox')}} {{trans('customer.trash')}} {{trans('customer.compose')}} @include('customer.smsbox.common') {{trans('customer.trash')}} 1-50/200 {{trans('customer.number')}} {{trans('customer.type')}} {{trans('customer.message')}} {{trans('customer.schedule_at')}} @foreach($trashes as $message) {{$message->formatted_number_to}} {{$message->type}} {{$message->body}} {{$message->schedule_datetime}} @endforeach @endsection @section('extra-scripts') @endsection