@extends('layouts.marketing') @section('title', $class->name . ' - ' . __('app.pilates')) @section('content')
{{ $class->description }}
{{ __('app.booking_confirmed', ['date' => $class->date->format('M j, Y'), 'time' => $class->start_time->format('H:i')]) }}
{{ __('app.view_my_bookings') }}{{ __('app.instant_confirmation') }}
@else{{ __('app.check_other_classes') }}