Admin System Settings & Profile

Manage your administrator credentials, password security, and system maintenance operations in one place.

{{ auth()->user()->initials() }}

Administrator Profile

Personal details and notification email

Super Admin
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

Security & Password

Update administrative login password

{{-- Current Password --}}
@error('current_password')

{{ $message }}

@enderror
{{-- New Password + Strength Meter --}}
{{-- Strength Meter --}}

@error('new_password')

{{ $message }}

@enderror
{{-- Confirm Password --}}

Server Maintenance & Cache Operations

Clear System Cache

Purge compiled views, config cache, route cache, and optimize framework response speed.

Database Migrations

Run pending database schema migrations to ensure MySQL tables match latest structure.

Recalibrate Distances

Recalculate tour GPS distances from waypoints, sanitize pause breaks, and update duty metrics.

Storage Link

Link public storage directory for uploaded category and vehicle media assets.

@if($lastOutput)
COMMAND OUTPUT: {{ strtoupper($lastAction) }} EXECUTED CLEANLY
{{ $lastOutput }}
@endif