芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/portpulselogistics.com/resources/views/widgets/socialcounters/view.blade.php
@if (isset($data['socials']) && count($data['socials']))
@lang('view.stay_connected')
@foreach($data['socials'] as $social) @php $platform = collect($platforms)->first(function ($pl) use ($social) { return $pl['id'] == $social['platform']; }); @endphp @if ($platform)
{{ $social['count'] }}
{{ $platform['count_type'] }}
@endif @endforeach
@endif