Registro de nueva cuenta

Crea tu cuenta Pericom y comienza a implementar tu nuevo departamento de atención a cliente con nosotros.

{{ csrf_field() }} @if(isset($_GET["_rdr"])) @else @endif @if ($errors->any())
No se envio tu mensaje: por favor corrige los errores
@endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('company')) {{ $errors->first('company') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

¿Ya tienes una cuenta? Ingresa

@section('scripts') @if(Session::has('registrado')) @endif @if(Session::has('fail')) @endif @endsection