{{--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', 'Checklist')--}} {{--@section('content')--}} {{--
--}} {{--{{ Form::page_header("Production Checklist", "business") }}--}} {{--
--}} {{--
--}} {{--{{ Form::button_ex('Add a section', null, 'add_section') }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{!! Form::model($section, ['url' => action('ProductionChecklistSourceController@post_create_checklist_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, 1, ['class' => 'brand-checkbox no-fade']) }}--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{{ Form::button_save('Save Section') }}--}} {{--{{ Form::button_ex("Cancel", "cancel_save_section()" ) }}--}} {{--
--}} {{--
--}} {{--{{ Form::separator_row() }}--}} {{--{!! Form::close() !!}--}} {{--
--}} {{--@include('shared._message_all')--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@if(count($section)>0)--}} {{--@foreach($section as $key => $section_)--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{--@endif--}} {{----}} {{--
SectionActive 
{!! Html::image('img/promo-list.png', '', array('class'=>'calendar-img')) !!}{{ ucwords($section_->section_name) }}{{($section_->active) ? 'YES' : 'NO'}}--}} {{--{{ Form::button_link_col('Edit', action('ProductionChecklistSourceController@checklist_section_questions', compact('section_'))) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--@endsection--}} {{--@section('page_script')--}} {{----}} {{--@endsection--}} {{--@section('page_style')--}} {{----}} {{--@endsection--}}