@extends('layoutstudents.app') {{-- page Title --}} @section('title','Public') {{-- vendor scripts --}} @section('vendor-styles') @endsection @section('page-styles') @endsection @section('content')

SELAMAT DATANG PESERTA DIDIK SQDF

@if (Auth::guard('student')->check()) @endif


@php $schoolValue = Auth::guard('student')->user()->school; $schoolText = ''; if ($schoolValue == 1) { $schoolText = 'SMP Quran Darul Fattah Bandar Lampung'; } elseif ($schoolValue == 2) { $schoolText = 'SMP Quran Darul Fattah Lampung Selatan'; } elseif ($schoolValue == 3) { $schoolText = 'SMA Quran Darul Fattah Bandar Lampung'; } elseif ($schoolValue == 4) { $schoolText = 'SD Quran Darul Fattah Bandar Lampung'; } if ($schoolValue == 1) { $schoolLink = 'https://chat.whatsapp.com/E7gBEkIsc7GCDsmASNJGX8'; } elseif ($schoolValue == 2) { $schoolLink = 'https://chat.whatsapp.com/HGoy36rF4w9ITWkyRrbIUV'; } elseif ($schoolValue == 3) { $schoolLink = 'https://chat.whatsapp.com/LNoXJ6sNVoN9mHi0LMAXIA'; } elseif ($schoolValue == 4) { $schoolLink = 'https://chat.whatsapp.com/D4OgJsYWHPp7OtW8lkKB1e'; } @endphp
Klik Me, Join Group!
Pengisian Data Pribadi
0% Complete

@include('pages.question.satu')
@include('pages.question.empat')
@include('pages.question.dua')
@include('pages.question.tiga')
@include('pages.question.upload')
@endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection