@extends('backend.layouts.app') @section('head') @endsection @section('content')
Grade | {{ $exam->grade->name }} |
---|---|
Section | Section 1 |
Date and Time | {{ date('d M Y, h:i A', strtotime($exam->date_and_time)) }} |
Duration | @php $hour = floor($exam->duration / 60); $min = $exam->duration % 60; @endphp{{ $hour . ': ' . $min . '0 Hours' }} |
{!!$exam->description !!}