@extends('admin.layouts.app') @section('content')

Security checkpoint

Change administrator password

{{ auth('admin')->user()->must_change_password ? 'This is required before you can access the control room.' : 'Keep your admin account protected with a unique password.' }}

@csrf @method('PUT')@if(!auth('admin')->user()->must_change_password)
@endif

Use at least 12 characters with upper/lowercase letters, a number, and a symbol.

@endsection