@extends('admin.layout.content') @section('content')
{{-- Notifikasi Flash Message --}} @if (session('success')) @endif @if (session('error')) @endif @if ($errors->any()) @endif

Manajemen Media Sosial

Kelola tautan media sosial yang ditampilkan di website (Instagram, Facebook, TikTok, dll.).

search
Tampilkan:
@forelse($socialMedias as $index => $social) @empty @endforelse
No Nama Platform Ikon (Class & Logo) URL Profil Status Aksi
Belum ada tautan media sosial.

{{-- ==================== MODAL TAMBAH (CREATE) ==================== --}} {{-- ==================== MODAL DETAIL (SHOW) ==================== --}} {{-- ==================== MODAL EDIT (UPDATE) ==================== --}} {{-- ==================== MODAL HAPUS (DELETE) ==================== --}} @endsection