@extends('layouts.app') @section('titlepage', 'Posts - Admin') @section('content')
{{$post->title}}
{{date('d-m-Y', strtotime($post->date))}}