@php $arr = ['field'=>$field]; if(!empty($entry)){ $arr['entry'] = $entry; } @endphp @include('admin.edit_types.select',$arr)