@extends('layouts.app') @section('title','News') @section('meta') {{-- --}} @if(isset($blogPost->image) && $blogPost->image != null) @else @endif @endsection @section('header') @include('front.partials.header') @endsection @section('content')
{{--
--}}
{{$blogPost->alt_tag}}
  • NEWS

{!!$blogPost->title!!}

Posted by {{$blogPost->published_by}} on{{\Carbon\Carbon::parse($blogPost->published_date)->format(' d M Y')}}

{!!$blogPost->text!!}
@include('front.partials.resources_section') @include('front.partials.free_trial_black_bar') @endsection @section('footer') @include('front.partials.footer')
@endsection