@extends('front.layouts.app') @section('content')
@if($classes->total())
@foreach($classes as $class) {!! getClassBlock($class) !!} @endforeach
@else

Oops! We can't find anything that matches your search. Please try again.

@endif
@if($nextClass)
Next Class In
{!! convertUtcToLocal($nextClass->start_date_time, config('constants.DISPLAY_DATE_FORMAT')) !!}
{!! convertUtcToLocal($nextClass->start_date_time,config('constants.DISPLAY_TIME_ZONE_FORMAT')) !!} @if(!$nextClass->is_hide_end_date_time) - {!! convertUtcToLocal($nextClass->end_date_time,config('constants.DISPLAY_TIME_ZONE_FORMAT')) !!} @endif
{!! $nextClass->name !!}
@if($nextClass->location)
{!! $nextClass->location !!}
@endif {!! $nextClass->name !!}
{!! $nextClass->description !!}
@endif
@endsection