@extends('admin.layout.app') @section('content')

Total {{$socialLinks->count()}} {{$name}}

@if($socialLinks->isEmpty())
No Social Link Found!
@else @foreach($socialLinks as $link) @endforeach
Profile Link
{{$link->user->name ?? ''}} {{$link->user->title ?? ''}}
{{$link->url ?? '' }}
@endif
@endsection @push('script') @endpush