@extends('layouts.admin') @section('title') Change Password @endsection @section('content')
{{--

Got a technical issue? Want to send feedback about a feature? Need details about our Business plan? Let us know.

Fields marked with * are mandatory.
--}} @include('errors.error')
@csrf
{{-- @error('old_password') {{ $message }} @enderror --}} {{-- --}}
{{-- @error('password') {{ $message }} @enderror --}}
{{-- --}} {{-- @error('password_confirmation') {{ $message }} @enderror --}}
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endsection @push('custom-scripts') @endpush