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

{{$data->heading}}

@php $pdate=\Carbon\Carbon::parse($data->published_date); @endphp
{{$pdate->day}} {{$pdate->year}},{{$pdate->format('m')}}

{{$data->heading}}

image

{!! $data->description !!}

@endsection