@extends('layouts.main') @section('content')
@if(!empty($message)) @component('components.panel') @slot('title') @php($time = strtotime($message->created_at)) {{ \App\Cache\Cache::getUsername($message->uuid) }}{{ date('d-m-Y', $time) }} at {{ date('H:m', $time) }} @endslot {!! $message->content !!} @endcomponent @endif
@endsection