@extends('layouts.auth') @section('content')
Logo
@csrf
@if ($errors->has('email')) @endif
@if ($errors->has('password')) @endif

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

@endsection