@extends('layout') @section('title', isset($post->title)?$post->title:'Web&Ad') @section('content') blog home Blog {{ $post->title }} {{ $post->title }} {{ date('d/m/y', strtotime($post->date)) }} @if(!empty($post->image)) @endif {!! $post->content !!} @endsection
{!! $post->content !!}