@extends('layouts.auth', ['title' => 'Login']) @section('content')

Let's Get Started Approx

Sign in to continue to Approx.

@csrf @if (sizeof($errors) > 0) @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @endif
Credenciales de prueba:
Usuario Regular:
Email: usuario@test.com
Password: password123
Administrador:
Email: admin@example.com
Password: password

Don't have an account ? Free Resister

Or Login With
@endsection