@extends('admin.layouts.app')
@section('title', 'Homepage Sections')
@section('breadcrumb')
Marketing
Homepage
Sections
@endsection
@section('heading', 'Homepage Sections')
@section('subheading', 'Manage visibility and order of homepage sections.')
@section('content')
| Section
Name |
Type |
Position
|
Visibility |
Last
Updated |
Actions
|
@foreach ([['name' => 'Hero Banner', 'type' => 'Hero', 'position' => 1, 'visible' => true, 'updated' => '15 Feb 2025'], ['name' => 'Featured Properties', 'type' => 'Featured', 'position' => 2, 'visible' => true, 'updated' => '15 Feb 2025'], ['name' => 'Popular Areas', 'type' => 'Popular', 'position' => 3, 'visible' => true, 'updated' => '14 Feb 2025'], ['name' => 'Recent Listings', 'type' => 'Recent', 'position' => 4, 'visible' => true, 'updated' => '15 Feb 2025'], ['name' => 'Testimonials', 'type' => 'Testimonials', 'position' => 5, 'visible' => true, 'updated' => '10 Feb 2025'], ['name' => 'Newsletter CTA', 'type' => 'CTA', 'position' => 6, 'visible' => true, 'updated' => '12 Feb 2025'], ['name' => 'Partners', 'type' => 'Partners', 'position' => 7, 'visible' => false, 'updated' => '8 Feb 2025']] as $row)
| {{ $row['name'] }} |
{{ $row['type'] }} |
|
|
{{ $row['updated'] }} |
|
@endforeach
@endsection