@extends('system.layouts.auth') @section('content')

Acceso al Sistema

6

@csrf
@if ($errors->has('email')) @endif
@if ($errors->has('password')) @endif

{{ config('app.name') }} © Copyright {{ date('Y') }}. Todos los derechos reservados

@endsection