@extends('layouts.site') @section('content')

Change Password

@if($errors->count() > 0)
Oops... Something went wrong...
@endif
{{ csrf_field() }}
{!! NoCaptcha::display() !!}
@endsection @section('js') {!! NoCaptcha::renderJs() !!} @endsection