@extends('frontend.master') @section('title'){{$data->heading}} @stop @section('keywords') {{{$data->heading}}} @stop @section('description') {{strip_tags($data->description) }}@stop @section('content') Notices Details {{$data->heading}} @php $pdate=\Carbon\Carbon::parse($data->published_date); @endphp {{$pdate->day}} {{$pdate->year}},{{$pdate->format('m')}} {{$data->heading}} {!! $data->description !!} @endsection
{{$data->heading}}
{!! $data->description !!}