@php $horizontalTabs = $crud->getTabsType()=='horizontal' ? true : false; @endphp @push('crud_fields_styles') @endpush @if ($crud->getFieldsWithoutATab()->filter(function ($value, $key) { return $value['type'] != 'hidden'; })->count())