@if (isset($id)) @php $id = $id @endphp @php $editable = 'disabled' @endphp @else @php $id = 'new' @endphp @php $editable = '' @endphp @endif @php $hidden = isset($hidden) ? 'hidden' : '' @endphp @php $column_id = isset($column_id) ? $column_id : NULL @endphp @php $chart_id = isset($chart_id) ? $chart_id : NULL @endphp @php $chart_type_id = isset($chart_type_id) ? $chart_type_id : NULL @endphp @php $type = isset($type) ? $type : NULL @endphp @php $height = isset($height) ? $height : NULL @endphp @php $report_period_id = isset($report_period_id) ? $report_period_id : NULL @endphp @php $date_from = isset($date_from) ? $date_from : NULL @endphp @php $date_to = isset($date_to) ? $date_to : NULL @endphp