@if (count($custom_fields)) @php $has_hidden = false; if (empty($on_create)) { $on_create = false; } @endphp @if (!$on_create)
@else
@endif @foreach($custom_fields as $custom_field) @if (!$on_create)
{{$custom_field->name}} @if ($custom_field->required) @endif
@else @endif @endforeach @if (!$on_create)
@else @if ($has_hidden) @endif
@endif @include('partials/include_datepicker') @endif