{{-- Page Header Component - Modern Compact Design Usage: Add New Props: - title: Page title (required) - can include prefix like "UEPL | Title" - icon: FontAwesome icon name without 'fa-' prefix (optional, default: 'file-alt') - iconColor: Bootstrap color name (primary, success, info, warning, danger) (optional, default: 'primary') - showDateTime: Show date/time display (optional, default: true) --}} @props([ 'title', 'icon' => 'file-alt', 'iconColor' => 'primary', 'showDateTime' => true ])