@php $configData = Helper::applClasses(); @endphp @extends('layouts/fullLayoutMaster') @section('title', 'Registro') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
@include('content.authentication.auth-logo-v2')
@if($configData['theme'] === 'dark') Register V2 @else Register V2 @endif

Ingrese su correo y contraseña

@if ($error = $errors->first('equal')) @endif @if ($error = $errors->first('exist')) @endif @if ($error = $errors->first('password')) @endif
@csrf
olvidó su contraseña?

Tienes una cuenta?  Ingresar ahora

o regístrate con
@include('content.authentication.auth-social-buttons')
@endsection @section('vendor-script') @endsection @section('page-script') @endsection