@php /** @var App\Models\User $user */ use Illuminate\Support\Facades\File; @endphp
@foreach($user->links()->where('is_active', 1)->where('type', 'Social')->get() as $link) {!! File::get(public_path('images/' . $link->data['platform'] . '.svg')) !!} @endforeach