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

Acceso al Sistema

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

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

@endsection