@extends('admin.layout') @section('content')
Update Password
@csrf
@error('cpass')

{{ convertUtf8($message) }}

@enderror
@error('npass')

{{ convertUtf8($message) }}

@enderror
@error('cfpass')

{{ convertUtf8($message) }}

@enderror
@endsection