@for($t=1;$t<=2;$t++) @php ${'table'.$t.'_line_count'} = 0; @endphp

{{$table[$t]['title_en']??null}}

@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('title_si')) {{ $errors->first('title_si') }} @endif
@if ($errors->has('title_ta')) {{ $errors->first('title_ta') }} @endif
@if ($errors->has('show_columns')) {{ $errors->first('show_columns') }} @endif
@if($editable) @for($i=0; $i < 10; $i++) @endfor @else @for($i=0; $i < 10; $i++) @endfor @endif @foreach($table[$t]['data']??[] as $line => $data) @if($line != '0') @if($editable) @for($i=1; $i < 10; $i++) @endfor @php ${'table'.$t.'_line_count'} = $line; @endphp @else @for($i=0; $i < 10; $i++) @endfor @endif @endif @endforeach @for($i=0; $i < 9; $i++) @endfor
{{$table[$t]['data'][0]['c'.$i]??''}}
{{$data['c'.$i]??null }}
@lang('common.btn_add')
@endfor