@stack('styles')
@hasSection('auth-heading')

@yield('auth-heading')

@endif @hasSection('auth-subheading')

@yield('auth-subheading')

@endif @yield('auth-alert') @yield('auth-form') @yield('auth-meta')
@php $authReviewFeed = $authReviews ?? []; $authReviewFallback = [ 'rating' => 5, 'title' => 'Genuinely effortless', 'text' => 'The filters actually helped. Booked an online session in under two minutes.', 'name' => 'Hannah', 'location' => 'Manchester', 'when' => 'Today', ]; if (empty($authReviewFeed)) { $authReviewFeed = [$authReviewFallback]; } $authReviewInitial = $authReviewFeed[0] ?? $authReviewFallback; ?>