{{--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', 'Edit Intake Section')--}} {{--@section('content')--}} {{--
--}} {{--{{ Form::page_header("Edit Intake Section", "sourcedata") }}--}} {{--
--}} {{--
--}} {{--{{ Form::button_link('Back', action('SuperAdminSourceDataController@intake_section')) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--@include('shared._message_all')--}} {{--
--}} {{--{{ Form::label_title('Section Name', \App\Helpers\FormComponentHelper::SIZE_LARGE) }}--}} {{--
--}} {{--{!! Form::open(['url' => action('SuperAdminSourceDataController@post_edit_intake_section', compact('section'))]) !!}--}} {{--
--}} {{--{{ Form::text_styled('section_name', $section->section_name, 'promo_input input-field-default', null, 4) }}--}} {{--
--}} {{--
--}} {{--{{ Form::button_save('Update Section Name') }}--}} {{--@if(!$section->_intake_question()->first())--}} {{--{{ Form::button_ex('Delete This Section', null, 'delete-section') }}--}} {{--@endif--}} {{--
--}} {{--{!! Form::close() !!}--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@if(count($questions)>0)--}} {{--@foreach($questions as $key => $question)--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{--@endif--}} {{----}} {{--
 QuestionsNotes 
{!! Html::image('img/promo-list.png', '', array('class'=>'calendar-img')) !!}{!! nl2br($question->question) !!}{!! nl2br($question->notes) !!}--}} {{--
--}} {{--{{ Form::button_link_col('Edit', action('SuperAdminSourceDataController@edit_intake_question', compact('section', 'question'))) }}--}} {{--{!! Html::image('img/u2711.png', '', array('class'=>'calendar-img delete-question', 'data-question' => $question->intake_question)) !!}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{{ Form::button_link('Add A Question', action('SuperAdminSourceDataController@add_intake_question', compact('section'))) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--@endsection--}} {{--@section('page_script')--}} {{----}} {{--@endsection--}} {{--@section('page_style')--}} {{----}} {{--@endsection--}}