@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Blog Posts')) @section('titlebar_actions') {{ __('Add Post') }} @endsection @section('content')
{{ date('j.n.Y', strtotime($entry->created_at)) }} {{ date('H:i:s', strtotime($entry->created_at)) }}