@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',['buttons'=>[ [ 'name'=>'Back', 'url'=>route('user.apps.index'), ] ]]) @endsection @section('content')
{{ __('Device From') }} | {{ __('Device To') }} | {{ __('Request Type') }} | {{ __('Requested At') }} | {{ __('Requested Date') }} |
---|---|---|---|---|
{{ $log->from ?? '' }} | {{ $log->to }} | {{ $log->template_id != null ? 'Template' : 'Plain Text' }} | {{ $log->created_at->diffForHumans() }} | {{ $log->created_at->format('d F Y') }} |