@extends('layouts.app') @section('title', 'Training Calendar') @section('content') @include('partials.flash') {{-- Month navigation --}}
{{ \Carbon\Carbon::parse($s->start_time)->format('H:i') }} {{ $s->title }}
@if($s->recurrence_group_id)repeat@endif {{ $s->booked_count }} booked
@endforeach