@extends('layouts.app') @section('content')

{{ $breadcrumb }}

   
{{-- --}} {{-- --}} {{-- @php $no = 1; @endphp @foreach ($pretest as $dt) --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach --}}
No PSB ID No Urut NIK Nama Calon Siswa Baca Tulis Arab Baca Tulis Latin Pengetahuan UmumSekolah Status PSBAction
{{ $dt->psb_id }} {{ $no++ }} {{ $dt->psb_no_urut }} {{ $dt->psb_nik_siswa }} {{ $dt->psb_nama_siswa }} @if ($dt->t1) {{ $dt->t1 }} @else - @endif @if ($dt->t2) {{ $dt->t2 }} @else - @endif @if ($dt->t3) {{ $dt->t3 }} @else - @endif {{$dt->university_name}} {{$dt->psb_status_registrasi}}
@endsection @section('js') @endsection