@extends('admin.layouts.master') @section('content')

تغییر کلمه عبور

@if ($errors->updateProfileInformation->any())
    @foreach ($errors->updateProfileInformation->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@if ($errors->updatePassword->any())
    @foreach ($errors->updatePassword->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('status') === 'password-updated') @endif
@csrf @method('put')
بازگشت
@endsection @section('js-page') @endsection