@php $social = $config['form']['navbar']['social']['input']; @endphp
@if (!empty($social)) @foreach ($social as $key => $item) @if (!empty($item['status']))
@php $param = $data->social[$key] ?? null; @endphp
@endif @endforeach @endif