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