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

Welcome Back

Enter your username and password to sign in

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