{{ Form::label_styled($checkin_deliverable->deliverable_title, 'label-bold', \App\Helpers\FormComponentHelper::SIZE_LARGE) }}
{{ Form::label_title('Note', \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::textarea_ex('checkin_deliverable_note', $checkin_deliverable->note, 8, null, 'checkin_deliverable_note') }}
{{ Form::hidden('checkin_deliverable_display_option', 0) }} {{ Form::checkbox_ex('checkin_deliverable_display_option', $checkin_deliverable->display_option, 'Display deliverable') }}
{{ Form::button_tiny("Save", "deliverable_list_manager.post_update( '". $checkin_deliverable->update_url ."', '". $checkin_deliverable->view_url ."', deliverable_selector.calc_handle_id('". $checkin_deliverable->checkin_deliverable ."'));", 'save_deliverable_btn', null, true) }} {{ Form::button_tiny("Cancel", "deliverable_list_manager.get_one( '". $checkin_deliverable->view_url ."', deliverable_selector.calc_handle_id('". $checkin_deliverable->checkin_deliverable ."'), show_add_deliverable_btn());") }}