@extends('web_ecom.master') @section('content')
@if(Session::has('success'))
{{Session::get('success')}}
@endif

Iniciar Sesión

{{ csrf_field() }} {{ $errors->first('username') }}

@if ($errors->has('password')) {{ $errors->first('password') }} @endif Olvidó su contrasena?

Registro rápido

{{ csrf_field() }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection