@extends('frontend.master') @section('title'){{ $data->heading }} @stop @section('keywords') {{{$data->heading}}} @stop @section('description'){{strip_tags($data->description) }} @stop @section('content') Campus Life News {{Str::limit(strip_tags($data->description), 120, '...');}} @php $pdate=\Carbon\Carbon::parse($data->publish_date); @endphp {{$pdate->format('M')}} {{$pdate->day}}, {{$pdate->year}} {{$data->heading}} {!! $data->description !!} @endsection
{{Str::limit(strip_tags($data->description), 120, '...');}}