@extends('frontend.layouts.app') @section('title') @endsection @section('seo')
{!! Str::limit($items->description, 80, '...') !!}
{{ date('F j, Y', strtotime($items->created_at)) }}