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