@extends('template.main') @section('content') @include('template.navbar.guru')
Nilai : {{ ($soal->nilai == null) ? 'belum dinilai' : $soal->nilai }}