@extends('layouts.admin.master') @section('tab-name', 'مدیریت لندینگ: ' . $service->title) @section('content') @php $upload_base = trim(config('paths.upload', 'assets/uploads'), '/'); $inheritance_options = [ 'self' => 'محتوای همین خدمت', 'parent' => 'ارث‌بری از والد', 'grandparent' => 'ارث‌بری از پدربزرگ', 'root' => 'ارث‌بری از ریشه درخت', ]; @endphp

Landing Manager

مدیریت سکشن های صفحه خدمت: {{ $service->title }}

بازگشت به لیست خدمات
@if($errors->any())
@endif
@if(!empty($addableSections)) @endif
@foreach($sections as $section) @php $section_config = $registry[$section->section_key] ?? null; @endphp @if(($section_config['is_sort_locked'] ?? false) === true)
{{ $section_config['label'] ?? $section->section_key }} این سکشن همیشه اولین بخش صفحه است.
ثابت
@endif @endforeach
سکشن های قابل مرتب سازی با Drag & Drop ترتیب را تغییر دهید.
@foreach($sections as $section) @php $section_config = $registry[$section->section_key] ?? null; @endphp @if(($section_config['is_sort_locked'] ?? false) === false)
{{ $section_config['label'] ?? $section->section_key }}
@csrf @method('DELETE')
@endif @endforeach
@if(!empty($addableSections)) @endif @foreach($sections as $section) @php $content = (array) ($section->content ?? []); $section_config = $registry[$section->section_key] ?? null; @endphp @endforeach
@endsection @push('scripts') @endpush