@extends('front.layout') @section('custom-style') @endsection @section('content') {{-- Set your account password Make your account password --}} {{ csrf_field() }} Set your account password You are currently signed up on this site through google or facebook, create your password for normal login Password* {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} set account password @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @endsection @section('custom-script') @endsection
You are currently signed up on this site through google or facebook, create your password for normal login