@extends('layouts.member-login') @section('title','Results') @section('page_title','') @section('page_level_css') @endsection @section('content')
@include('member.include.user-info-box')
@csrf @isset($post->id) @endisset
@include('member.include.create-post-sidebar')

Create Data Post [Results]

@include('member.include.post-title-topbar')
final_sample_end)) ? 'disabled="disabled"' : ''}} autocomplete="off" value="{{(empty($post->final_sample_end)) ? $post->final_sample_start : ''}}">
final_sample_end)) ? 'disabled="disabled"' : ''}} class="form-control datePicker between" name="final_sample_start" id="final_sample_start" autocomplete="off" value="{{(!empty($post->final_sample_end)) ? $post->final_sample_start: ''}}">
final_sample_end)) ? 'disabled="disabled"' : ''}} class="form-control datePicker between" name="final_sample_end" id="final_sample_end" autocomplete="off" value="{{(!empty($post->final_sample_end)) ? $post->final_sample_endjjj : ''}}">

Choose an independent variable from the column on the left, a dependent variable from the center column, and a description of how the independent variable affects the dependent variable from the column on the right, then click "Add". You can enter as many findings as you wish.

variable

Independent Variables

    @foreach ($independentVariable as $key=>$val)
    @endforeach
variable

Independent Variables

    @foreach ($dependentVariable as $key=>$val)
    @endforeach

Effect On Dependent Variables

    @php $iconArray=[]; @endphp @foreach (config("const.effect_on_dependent_variable") as $key=>$val)
    @php $iconArray[$val['id']]=$val['icon']; @endphp
    @endforeach
variable

Independent Variables

variable

Dependent Variables

Effect on Dependent Variable

    @foreach ($postInteractions as $val) @if($val->IndependentVariable && $val->DependentVariable)
  • {{$val->IndependentVariable->keyword}}
  • @endif @endforeach
    {!!$independentHtml!!}
    {!!$effectHtml!!}
Drag & Drop file here
or
Browse File
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush