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

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

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

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

1-50/200
@foreach($messages as $message) @endforeach
{{trans('customer.from')}} {{trans('customer.number')}} {{trans('customer.message')}} {{trans('customer.schedule_at')}}
{{isset($device_name[$message->formatted_number_from])?$device_name[$message->formatted_number_from]:''}}({{isset($device_model[$message->formatted_number_from])?$device_model[$message->formatted_number_from]:''}})
{{$message->formatted_number_to}}
{{$message->body}}
{{$message->schedule_datetime}}
{{$messages->links("pagination::bootstrap-4")}}
@endsection @section('extra-scripts') @endsection