@extends('layouts.app') @section('title', 'Login | PairingPal') @section('content')
✈️ Crew planning workspace

Welcome back to PairingPal

Sign in to manage pairings, monthly schedules, and bid period workflows.

@csrf
@error('username')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection