@extends('layouts.admin') @section('title', 'Social Media') @section('page_title', 'Social Links') @section('content')

Social Media Links

@forelse($socials as $social) @empty @endforelse
Icon Name URL Actions
{{ $social->name }} {{ $social->url }}
@csrf @method('DELETE')
No social media links found.
@endsection @section('scripts') @endsection