@if ($team->image)
 }})
@endif
Genel Bilgiler
Sosyal Medya Hesapları
@foreach (get_social_media_platforms() as $platform)
@php
$col = $loop->iteration % 2 != 0 && $loop->last ? 'col-12' : 'col-6';
$value =
old($platform['name']) ??
(collect($team->social_media_accounts)
->where('name', $platform['name'])
->first()['url'] ??
'');
@endphp
@endforeach