@extends('admin.layout.content') @section('content')
Kelola tautan media sosial yang ditampilkan di website (Instagram, Facebook, TikTok, dll.).
| No | Nama Platform | Ikon (Class & Logo) | URL Profil | Status | Aksi |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $social->platform_name }} |
{{-- Logo visual --}}
{{ $social->icon_class }}
kelas ikon
|
{{ Str::limit($social->profile_url, 40) }} | @if($social->is_active) Aktif @else Tidak Aktif @endif |
{{-- Tombol Detail --}}
{{-- Tombol Edit --}}
{{-- Tombol Hapus --}}
|
| Belum ada tautan media sosial. | |||||