@extends('layouts.admin') @section('title', 'View Homepage Section') @section('content')
{{ $section->section_key }}
{{ $section->type_display }}
{{ $section->title_en ?? 'Not set' }}
{{ $section->title_ar ?? 'Not set' }}
{{ $section->sort_order }}
@if($section->is_active) Active @else Inactive @endif
{{ $section->created_at->format('M d, Y H:i') }}
{{ $section->updated_at->format('M d, Y H:i') }}
{{ json_encode($section->settings, JSON_PRETTY_PRINT) }}