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

Change Password

@csrf @if ($passUser->registeration_type == 0 || !empty($passUser->password))
@if ($errors->has('old_password')) {{ $errors->first('old_password') }} @endif
@endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('confirm_password')) {{ $errors->first('confirm_password') }} @endif
@endsection