@extends('backend.app') @push('css') @endpush @section('content')

🎨 Landing Page Designer

{{-- ✅ Added align-items-start to ensure items stay at top --}}
{{-- ======================== LEFT SIDE: PAGE LIST ======================== --}}
{{-- ✅ Wrapped in sticky-sidebar to keep it UP --}}
{{-- ======================== RIGHT SIDE: SETTINGS FORM ======================== --}}
@if(isset($ln_pg))
@csrf
Color Configuration

Customizing page: {{ $ln_pg->title1 }}

{{-- ✅ Preview Button with Safety Check --}} Live Preview
{{-- 1. THEME COLORS --}}
  Theme Colors
Used for headers, icons & accents.
{{-- Gradient Preview --}}
Gradient Preview
{{-- 2. BUTTON STYLES --}}
  Button Style
{{-- Button Preview --}}
{{-- 3. BUTTON TEXTS --}}
  Button Labels (Bangla / English)
{{-- Footer Actions --}}
@else @endif
@endsection @push('js') @endpush