@extends('layouts.app') @section('page-title', 'Change Your Password') @section('content')

Security Check – Change Your Password

Welcome, {{ auth()->user()->first_name }}!
For your security, you must change the initial password set by your administrator before continuing.
@csrf
@error('password')
{{ $message }}
@enderror
@endsection