@if (session()->has('message'))
{{ session('message') }}
@endif

Social Media Management

@forelse($socials as $social)
@if($social->icon) {{ $social->name }} @else
@endif

{{ $social->name }}

{{ Str::limit($social->url, 50) }} {{ $social->created_at->format('M d, Y') }}
@empty

No social media records found

@if($search)

Try adjusting your search terms

@else

Get started by adding your first social media link

@endif
@endforelse
@if($socials->hasPages())
{{ $socials->links() }}
@endif
@if($showModal) @endif