@extends('layouts.app') @section('title', 'Mock test') @section('page-title', 'Mock test') @section('breadcrumb', 'Products') @section('content')
| Title | Quiz Type | Template | Price | Status | Actions |
|---|---|---|---|---|---|
|
{{ $mockTest->title }} {{ $mockTest->created_at->format('M d, Y') }} |
{{ $mockTest->quizTypeLabel() }} | {{ $mockTest->templateLabel() }} | @if($mockTest->is_free) Free @else ₹{{ number_format($mockTest->price, 0) }} @endif |
|