Social Media Links

Manage Social Media Links

@if ($links->count() > 0) @foreach ($links as $index => $link) @endforeach
# Platform URL Preview Actions
{{ $index + 1 }} {{ ucfirst($link->socialmedia_name) }} {{ $link->url }} Visit Edit
@csrf @method('DELETE')
@else
No Social Media Links found. Please add one.
@endif