@extends('auth.layouts.app') @section('content')

@csrf

Sign in

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


Go back to sign in
{{--

Reset Password

@if (session('status'))
@endif
--}} @endsection