@extends('layouts.master_landing') @section('content') @php $userPeserta = Auth::guard('peserta')->user(); $isProfileComplete = false; if ($userPeserta) { $isProfileComplete = !empty($userPeserta->nik) && !empty($userPeserta->npwp) && !empty($userPeserta->nama) && !empty($userPeserta->email) && !empty($userPeserta->jk) && !empty($userPeserta->golongan_darah) && !empty($userPeserta->tinggi) && !empty($userPeserta->berat) && !empty($userPeserta->tempat_lahir) && !empty($userPeserta->tanggal_lahir) && !empty($userPeserta->no_tlp) && !empty($userPeserta->pendidikan_terakir) && !empty($userPeserta->alamat); } @endphp
@endif
{{-- LABEL KONDISI DI ATAS FOTO --}}
@if($isSudahDaftar)