@extends('layouts.admin') @section('title', $pageTitle) @section('content')

{{ trans('global.change_password') }}

@csrf
@if($errors->has('password'))

{{ $errors->first('password') }}

@endif
@if($errors->has('confirm_password'))

{{ $errors->first('confirm_password') }}

@endif
@endsection @section('scripts') @endsection