@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/G1JEArgP0DdAK2Abin30bc'; } elseif ($schoolValue == 2) { $schoolLink = 'https://chat.whatsapp.com/G1JEArgP0DdAK2Abin30bc'; } elseif ($schoolValue == 3) { $schoolLink = 'https://chat.whatsapp.com/GxFLAnIKDyBCi6CIvEoszT'; } elseif ($schoolValue == 4) { $schoolLink = 'https://chat.whatsapp.com/DXrONJxIiiFKrYHYMZ4xuj'; } @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