@extends('layouts.auth') @section('title', 'Sign in') @section('content')

Welcome back

Sign in to your finance dashboard

@csrf
{{-- Prevent double submission (a fast double-click re-posts with a stale CSRF token → 419 Page Expired) --}} @endsection