Sign up account.
@{{ showTime }}
@include('templates.lookatme.components.input',[ 'name' => 'name', 'text' => trans('message.name'), 'icon' => 'icon-user2', 'value' => old('name'), 'attributes' => 'required v-model="name"', ])
@include('templates.lookatme.components.input',[ 'name' => 'email', 'text' => trans('message.email'), 'icon' => 'icon-mail', 'type' => 'email', 'value' => old('email'), 'attributes' => 'v-model="email"', ])
@include('templates.lookatme.components.input',[ 'name' => 'password', 'text' => trans('message.password'), 'icon' => 'icon-lock3', 'type' => 'password', 'attributes' => 'required v-model="password"', ])
@include('templates.lookatme.components.input',[ 'name' => 'password_confirmation', 'text' => trans('message.confirm_password'), 'icon' => 'icon-lock3', 'type' => 'password', 'attributes' => 'required v-model="confirm_password"', ])

By creating an account, you agree to our Terms Of Uses & Privacy Policy

@section('script') @parent @endsection