@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
@csrf
{!! $password_strength_policy_description !!} @include('custom::components/form/invalid', ['name' => 'password'])
@include('custom::components/form/invalid', ['name' => 'password_check'])
@endsection {{-- Script --}} @push('scripts') @endpush