@extends('layouts.admin')
@section('title', __('menu-bar.title'))
@section('content')
{{-- Exact preview of the Angular frontend navbar, powered by the saved backend values. --}}
معاينة شريط الـFrontend
هذه هي نفس القائمة التي يستقبلها الموقع من الـAPI.
{{ $settings->is_enabled ? 'نشط في الموقع' : 'معطل' }}
@php($currentLogoUrl = old('brand_logo_url', $settings->resolvedBrandLogoUrl()))
{{-- SECTION 1 & 2: Main Settings & Action Button Form --}}
{{-- SECTION 3: Navigation Links Management --}}
@endsection