@extends('homepage.home') @section('home')
@foreach($data as $key => $d) @endforeach

Selamat datang di PPDB Online {{ $d->profile_sekolah_r->nama }}

@foreach($data as $key => $d) @endforeach

{{ $d->prosedur_ppdb_r->judul }}

{!! $d->prosedur_ppdb_r->deskripsi !!}

Informasi PPDB

  • @foreach($data as $key => $d)
    Product Image
    {{ $d->judul }}
    {{ date('d F Y',strtotime($d->created_at)) }}
    {!! $d->deskripsi !!}
    @endforeach
Daftar Login
@include('homepage.sidebar')

Statistik Pendaftaran

@foreach($units as $un) @endforeach
Unit Pendaftar Kuota Sisa Kuota Diterima
{{$un->nama}} {{ $un->total() }} siswa {{$un->kuota}} {{$un->kuota - $un->total()}} {{ $un->total_lulus() }}

Stats

@endsection