@extends('layout.headerAndFooter') @section('headLinks') @stop @section('title') blog title @stop @section('content')
@include('sections.breadcrumbs', [ 'parentPageLink' => route("home"), 'parentPage' => 'Home', 'childPageLink' => route("blog"), 'childPage' => 'Blog', 'childPageLink2' => "", 'childPage2' => 'post_1', "fontColor" => "lightFont" ])

Article Atirao

{!! $blogPost->title !!}

Par Atirao {!! $blogPost->date !!} Insights marketing
{!! $blogPost->content !!}
@stop @section('footerScripts') @stop