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

Welcome to AgroMonev! 👋

Please sign-in to your account and start the adventure

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Forgot Password?

New on our platform? Create an account

or
@endsection