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

Welcome Back

Sign in to your Payroll Portal

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf

Payroll Management System © {{ date('Y') }}

@endsection