@extends('layouts.app') @section('title', 'Pendaftaran') @section('pendaftaran', 'm-menu__item--active') @section('css') @endsection @section('content')

Akaun SSIPR

@csrf

Status Pendaftaran Akaun:

@if($user->email_verified_at != NULL) @endif

Maklumat Akaun:

@endsection @section('js') @endsection