@extends('layouts.backend.app') @push('header') @endpush @section('content')
Created At: {{ $post->created_at }}
Tags: @if($post->tags()) @foreach ($post->tags as $tag) {{ $tag->name }} @endforeach @endif
Are you Sure you want to delete