{{ $lokasi[0]['nama'] }}

LAPORAN DATA CALON SISWA

@php $th_label = ["No","No Registrasi","Nama","Tempat Lahir","Tanggal Lahir","Jenis Kelamin","Agama","Kewarganegaraan","Tlp Mhs","HP Mhs","Alamat Mhs","Email Mhs","Asal Sekolah","No. Ijazah","Nilai UN"]; $th_col = ["no","no_reg","nama","tmp_lahir","tgl_lahir","jk","agama","kwn","tlp_siswa","hp_siswa","alamat_siswa","email","asal_sek","no_ijazah","nilai_un"]; $th_width = ["30px","100px","120px","90px","80px","80px","90px","80px","90px","90px","200px","100px","100px","100px","90px"]; @endphp
@for ($c=0; $c < count($th_col); $c++) @endfor @php $no=$start + 1; @endphp @for($x=0; $x < count($data); $x++) @php $line2 = $data[$x]; @endphp @for ($c=0; $c < count($th_col); $c++) @if($export_type == "excel") @else @if($c == 14) @else @endif @endif @endfor @php $no++; @endphp @endfor
{{ $th_label[$c] }}
{{ $line2[$th_col[$c]] }}{{ App\Helper\SaiHelpers::number_format_decimal($line2[$th_col[$c]]) }}{{ $line2[$th_col[$c]] }}