{{$name}}

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('x_variables')) {{ $errors->first('x_variables') }} @endif
@if ($errors->has('y_variables')) {{ $errors->first('y_variables') }} @endif
@if ($errors->has('y_range')) {{ $errors->first('y_range') }} @endif
@if ($errors->has('layout_id')) {{ $errors->first('layout_id') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if($editable) @foreach($lines as $k=>$v) @for($i=1; $i<=$chart->x_variables; $i++) @endfor @for($i=1; $i<=$chart->y_variables; $i++) @endfor @endforeach @else @foreach($lines as $k=>$v) @for($i=1; $i<=$chart->x_variables; $i++) @endfor @for($i=1; $i<=$chart->y_variables; $i++) @endfor @endforeach @endif
@if($k>0) @endif
{{$lines[$k]['x'.$i] ?? ''}}{{$lines[$k]['y'.$i] ?? ''}}