@extends ('index') @section ('content')
{{--

Inicio de--}} {{--Sesión

--}}
{{--

Inicio de Sesión

--}}
{{ csrf_field() }} @foreach (app('request')->all() as $k => $v ) @endforeach
{{--@if ($errors->has('email'))--}} {{----}} {{--{{ $errors->first('email') }}--}} {{----}} {{--@endif--}} Por favor ingrese un correo eléctronico válido
{{--@if ($errors->has('password'))--}} {{----}} {{--{{ $errors->first('password') }}--}} {{----}} {{--@endif--}} Por favor ingrese su contraseña
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{-- --}}

¿No tiene una cuenta todavía? Regístrate ahora.

@stop {{--@section('script')--}} {{----}} {{----}} {{--@stop--}}