{{-- Centred card shell for the signed-out pages (password reset, verify email, register). Modelled on auth/login.blade.php so the whole signed-out flow looks like one app instead of Breeze's Tailwind default. @extends('layouts.guest') @section('title', 'Reset password') (optional card heading) @section('content') ... @endsection --}} @php // Sections are collected before the layout renders, so the page's @section('title') // is available here — it doubles as the card heading and the browser title. $cardTitle = trim($__env->yieldContent('title')); @endphp @include('layouts.partials.head', ['title' => $cardTitle ? "$cardTitle — Worklance" : 'Worklance'])
@if ($cardTitle)

{{ $cardTitle }}

@endif @yield('content')
Worklance · API gateway for Worklance