@extends('layouts.admin') @section('title', 'Contact Page Sections') @section('admin_content')

Manage Contact Page Content

Control the header, team members, addresses, and other content on the Contact page.

Add Section
@forelse($sections as $section) @empty @endforelse
Type Title Subtitle / Category Order Status Actions
{{ str_replace('_', ' ', $section->type) }}
@if($section->image)
@elseif($section->icon)
@endif {{ $section->title }}
{{ $section->subtitle }} {{ $section->order }} {{ $section->status ? 'Active' : 'Inactive' }}
@csrf @method('DELETE')
No sections found.
@endsection