@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',['title'=> __('Message Transactions Logs')]) @endsection @section('content')
{{ __('User') }} | {{ __('Message From') }} | {{ __('Message To') }} | {{ __('Message Type') }} | {{ __('Request Type') }} | {{ __('Created At') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
{{ $transaction->user->name }} | {{ $transaction->from }} | {{ $transaction->to }} | {{ $transaction->template != null ? __('Template') : __('Plain Text') }} | {{ $transaction->type }} | {{ \Carbon\Carbon::parse($transaction->created_at)->format('d-F-Y') }} |