| # | chart_id | order | |
|---|---|---|---|
| {{++$chart_lineSeq}}. | @if ($errors->has('chart_lines.'.$chartLineCount.'.chart_id')) {{ $errors->first('chart_lines.'.$chartLineCount.'.chart_id') }} @endif | @if ($errors->has('chart_lines.'.$chartLineCount.'.order')) {{ $errors->first('chart_lines.'.$chartLineCount.'.order') }} @endif | |
| {{++$chart_lineSeq}}. | {{$charts[$line['chart_id']]}} | {{$line['order']}} | |
| @lang('common.btn_add') |