@extends('layouts.app') @section('title', 'System Architecture Governance') @push('styles') @endpush @section('content') @include('components.page-header', [ 'title' => 'System Architecture Governance', 'description' => 'Manage architectural parameters, AI engine integrations, communication channels, and automated governance protocols.', 'breadcrumbs' => ['Home' => route('admin.dashboard'), 'System Configuration' => '#'] ])
@endsection