{{ trans('communication.table.title.texts', array( 'name' => $recipient->first_name )) }}
{{ trans('communication.table.header.from') }}: {{ $text->sender->phone }} - {{ $text->sender->first_name }}
{{ $text->message }}
{{ date('F d, Y H:i', strtotime($text->created_at)) }}
{{ trans('communication.table.message.empty') }}