@extends('frontend.master', ['activePage' => 'home']) @section('title', __('Home')) @section('content')
{{ __('Latest Event') }}
{{ $item->name }}
{{ Carbon\Carbon::parse($item->start_time)->format('d M Y') }} - {{ Carbon\Carbon::parse($item->end_time)->format('d M Y') }}
{{ __('Feature Categories') }}
{{ __('Latest Blogs') }}
{{ Carbon\Carbon::parse($item->created_at)->format('d M Y') }}
{{ $item->title }}
{{ \Illuminate\Support\Str::limit(strip_tags($item->description), 150, $end = '...') }}
{{ __('Read More') }}