@extends('admin.layout') @if (!empty($abe->language) && $abe->language->rtl == 1) @section('styles') @endsection @endif @section('content') @php $section = request()->section; $sectionTitle = ''; if ($section == 'hero_bg') { $sectionTitle = 'Hero Section'; } elseif ($section == 'feature_section_bg_image') { $sectionTitle = 'Feature Section'; } elseif ($section == 'special_section_bg_image') { $sectionTitle = 'Special Section'; } elseif ($section == 'footer_section_bg_image') { $sectionTitle = 'Footer Section'; } @endphp