{{--SNF 8/27/18 This may get get put back. If so, it will need to get ported over to the new grid stuff--}} {{--@extends('layouts.master')--}} {{--@section('page_title', 'Production Checklist Section')--}} {{--@section('content')--}} {{--
--}} {{--{{ Form::page_header("Production Checklist Section", "business") }}--}} {{--
--}} {{--
--}} {{--{{ Form::button_link('Back', action('ProductionChecklistSourceController@checklist')) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--@include('shared._message_all')--}} {{--{!! Form::model($section, ['url' => action('ProductionChecklistSourceController@post_edit_checklist_section',compact('section'))]) !!}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{{ Form::label_styled('Section:', 'source-data-label', \App\Helpers\FormComponentHelper::SIZE_LARGE) }}--}} {{--{{ Form::text_styled('section_name', null, 'account-pages-text-input md-lg', null) }}--}} {{--{{ Form::hidden('active', 0) }}--}} {{--{{ Form::checkbox('active', 1, null, ['class' => 'brand-checkbox no-fade']) }}--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{{ Form::button_save('Update Section') }}--}} {{--
--}} {{--
--}} {{--{!! Form::close() !!}--}} {{--
--}} {{--{!! Form::model($section, ['url' => action('ProductionChecklistSourceController@post_create_question',compact('section'))]) !!}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{{ Form::label_styled('Question:', 'source-data-label', \App\Helpers\FormComponentHelper::SIZE_LARGE) }}--}} {{--{{ Form::text_styled('question', null, 'account-pages-text-input md-lg', null) }}--}} {{--{{ Form::hidden('active', 0) }}--}} {{--{{ Form::checkbox('active', 1, null, ['class' => 'brand-checkbox no-fade']) }}--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{{ Form::button_save('Add Question') }}--}} {{--{{ Form::button_ex("Cancel", "cancel_add_question()" ) }}--}} {{--
--}} {{--
--}} {{--{{ Form::separator_row() }}--}} {{--{!! Form::close() !!}--}} {{--
--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@if(count($qa_checklist_section)>0)--}} {{--@foreach($qa_checklist_section as $question)--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{--@endif--}} {{----}} {{--
QuestionActive 
{!! Html::image('img/promo-list.png', '', array('class'=>'calendar-img')) !!}{{ $question->question }}{{($question->active) ? 'YES' : 'NO'}}--}} {{--
--}} {{--{{ Form::button_link_col('Edit', action('ProductionChecklistSourceController@edit_question',['qa_checklist_section' => $section,'qa_checklist_question' => $question->qa_checklist_question])) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{{ Form::button_actual('Add A Question', 'add_question()') }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--@endsection--}} {{--@section('page_script')--}} {{----}} {{--@endsection--}} {{--@section('page_style')--}} {{----}} {{--@endsection--}}