@extends('front::auth.layouts.master', ['title' => trans('front::messages.auth.change-password') ]) @section('content') {{ trans('front::messages.auth.change-password') }} {{ trans('front::messages.auth.change-your-password') }} @csrf {{ trans('front::messages.auth.new-password') }} {{ trans('front::messages.auth.repeat-new-password') }} {{ trans('front::messages.auth.chang-password') }} @endsection @php $redirect_url = Redirect::intended()->getTargetUrl(); @endphp @push('scripts') @endpush