@php $formAttributes = ['method' => 'GET', 'class' => 'form-horizontal', 'url' => url('country/chart'), 'id' => 'formIndicators'] @endphp @php $editMode = isset($editMode) ? true : false @endphp @if (isset($target)) @php $formAttributes['target'] = $target @endphp @endif