@extends('layout.master') @section('content')

Login to HRMS

@csrf
@if ($errors->any())
{{ $errors->first('email') }}
@endif
@endsection @section('styles') @endsection