@php //($entry->close_date) use Illuminate\Support\Carbon; $close_date = new Carbon($entry->close_date); $compare = Carbon::today()->greaterThanOrEqualTo($close_date); @endphp
@include('crud::inc.field_translatable_icon') @if(is_null($entry->is_goal)) @else {{trans('backpack::programme_plan.is_goal.' . $entry->is_goal)}} @endif
@if($compare && is_null($entry->is_goal) && in_array($entry->status, \App\Models\ProgrammePlan\ProgrammePlan::STATUS_COMPLETABLE)) @endif
{{-- HINT --}} @if (isset($field['hint']))

{!! $field['hint'] !!}

@endif
@if ($crud->fieldTypeNotLoaded($field)) @php $crud->markFieldTypeAsLoaded($field); @endphp {{-- FIELD CSS - will be loaded in the after_styles section --}} @push('crud_fields_styles') @endpush {{-- FIELD JS - will be loaded in the after_scripts section --}} @push('crud_fields_scripts') @if (app()->getLocale() !== 'en') @endif @endpush @endif