@extends('layouts.master') @section('content')
@lang('descriptions.alerts.show')
@if (isset($alert))
{{ $alert->title }}
{{ (new DateTime($alert->created_at))->format('d.m.Y H:i:s') }}
{!! $alert->content !!}
@endif
@endsection @section('back_button') Zurück @endsection