@extends('frontend.maintemplate.maintemplate') @section('title', $title . ' :: AgeLess Institute') @section('content')
Date - {{ $date->format('d M Y') }}
Time - {{ $start->format('g:i A') }} - {{ $end->format('g:i A') }}
Duration - {{ $diff->h }} hr{{ $diff->h != 1 ? 's' : '' }}{{ $diff->i > 0 ? ' ' . $diff->i . ' min' . ($diff->i != 1 ? 's' : '') : '' }}
{{ implode(', ', json_decode($workshop->tags, true)) }}