@extends('layouts.app') @section('title', __('ui.messages')) @section('content')
@foreach($messages as $message) @endforeach
UUIDDirTo/FromTypeBody{{ __('ui.status') }}Time
{{ Str::limit($message->uuid, 13, '') }} {{ $message->direction }} {{ $message->direction === 'outbound' ? $message->to_number : $message->from_number }} {{ $message->type }} {{ Str::limit($message->body, 40) }} {{ $message->status }} {{ $message->created_at }}
{{ $messages->links() }}
@endsection