@php Arr::set($attributes, 'class', Arr::get($attributes, 'class') . ' icon-select'); @endphp {!! Form::customSelect($name, [$value => $value], $value, $attributes) !!} @once @if (request()->ajax())
@else @push('header')
@endpush @endif @endonce