@extends('layouts.app') @section('title', 'Login') @section('content')
E

Welcome Back

Secure access to the EarnX earning dashboard.

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

New to EarnX? Create account

@endsection