@extends('layouts.app') @section('title','News') @section('meta') @endsection @section('header') @include('front.partials.header') @endsection @section('content')
{{$blogPost->alt_tag}}
  • NEWS

{!!$blogPost->title!!}

Posted by {{$blogPost->user->name}} on {{ \Carbon\Carbon::parse($blogPost->created_at)->isoFormat(' Do MMMM YYYY')}}

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