@php /** @var App\Models\BioLink $bioLink */ use Illuminate\Support\Facades\File; @endphp
@foreach($bioLink->socialLinks()->get() as $link) {!! File::get(public_path('themes/tailwind/images/' . $link->data['platform'] . '.svg')) !!} @endforeach