@extends('layouts.authapp') @section('content')
@csrf

Sign in to account

Enter your Emp Code & password to login

@error('email') {{ $message }} @enderror
👁
@endsection @section('footer') @endsection