@extends('layouts.admin') @section('title', 'Pengaturan') @section('page-title', 'Pengaturan') @section('page-subtitle', 'Kelola kontak, media sosial & tampilan website') @section('content')
@csrf {{-- Card 1: Kontak Perusahaan --}}

Kontak Perusahaan

{{-- Card 2: Media Sosial --}}

Media Sosial

{{-- Card 3: Tampilan Halaman Utama --}}

Tampilan Halaman Utama

@if(!empty($settings['hero_image'])) Hero Image @endif
@endsection