@extends('adminlte::page') @section('title', __('title.change_password')) @section('content_top_nav_right') @endsection @section('content_header') @stop @section('plugins.Flag', true) @section('plugins.Pace', true) @section('plugins.Toastr', true) @section('plugins.Sweetalert2', true) @section('plugins.ShowHidePassword', true) @section('content')
@csrf
@error('old_password')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@stop @push('js') @include('layouts.partials._switch_lang') @include('layouts.partials._notification') @endpush @section('footer') @include('layouts.partials._footer') @stop