@extends('front::auth.layouts.master', ['title' => trans('front::messages.auth.chang-password') ]) @section('content') {{ trans('front::messages.auth.chang-password') }} @csrf @method('put') {{ trans('front::messages.auth.previous-password') }} {{ trans('front::messages.auth.new-password') }} {{ trans('front::messages.auth.repeat-new-password') }} {{ trans('front::messages.auth.change-password') }} @endsection @push('scripts') @endpush