@extends('layout') @section('title', isset($post->title)?$post->title:'Web&Ad') @section('content')

blog

{{ $post->title }}

  • {{ date('d/m/y', strtotime($post->date)) }}
@if(!empty($post->image))
{{ $post->title }}
@endif

{!! $post->content !!}

@endsection