@section('partners-partner-text') {!! $partner->text !!} @show
@if ($partner->url) {!! HTML::fontIcon('link') !!} {{ $partner->url }} @endif @section('partners-partner-socials') @if ($partner->facebook) {!! HTML::fontIcon('facebook') !!} @endif @if ($partner->twitter) {!! HTML::fontIcon('twitter') !!} @endif @if ($partner->youtube) {!! HTML::fontIcon('youtube') !!} @endif @if ($partner->discord) {!! HTML::fontIcon('discord') !!} @endif @show