@extends('layouts.admin') @section('title', 'Contact Page Sections') @section('admin_content')
Control the header, team members, addresses, and other content on the Contact page.
| Type | Title | Subtitle / Category | Order | Status | Actions |
|---|---|---|---|---|---|
| {{ str_replace('_', ' ', $section->type) }} |
@if($section->image)
|
{{ $section->subtitle }} | {{ $section->order }} | {{ $section->status ? 'Active' : 'Inactive' }} | |
| No sections found. | |||||