@extends('frontend.master') @section('title'){{ $data->heading }} @stop @section('keywords') {{{$data->heading}}} @stop @section('description'){{strip_tags($data->description) }} @stop @section('content')

{{Str::limit(strip_tags($data->description), 120, '...');}}

@php $pdate=\Carbon\Carbon::parse($data->publish_date); @endphp
blog-thumb
  • {{$pdate->format('M')}} {{$pdate->day}}, {{$pdate->year}}

{{$data->heading}}

{!! $data->description !!}
@endsection