@extends('layouts.auth') @section('title', 'Log In — FeespPay.ng') @section('auth-top')
Do not have an account? Register Support
@endsection @section('content')

Log In

Please log in using your phone number and 6-digit PIN

@if($errors->any())
{{ $errors->first() }}
@endif @if(session('flash_success'))
{{ session('flash_success') }}
@endif @if(session('flash_error'))
{{ session('flash_error') }}
@endif
@csrf
@error('phone')
{{ $message }}
@enderror
@error('pin')
{{ $message }}
@enderror
Forgot PIN?
@endsection