@extends('front.layout') @section('custom-style') @endsection @section('content')
{{--
Set your account password
--}}
{{ csrf_field() }}

Welcome, please set your account password

For account security, we require you update your account password

{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!}

@if(\Session::has('error'))
  • {!! \Session::get('error') !!}
  • @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif
    @endsection @section('custom-script') @endsection