@extends('layouts.admin') @section('content')
{{ trans('cruds.test.fields.id') }} | {{ $test->id }} |
---|---|
{{ trans('cruds.test.fields.course') }} | {{ $test->course->title ?? '' }} |
{{ trans('cruds.test.fields.lesson') }} | {{ $test->lesson->title ?? '' }} |
{{ trans('cruds.test.fields.title') }} | {{ $test->title }} |
{{ trans('cruds.test.fields.description') }} | {{ $test->description }} |
{{ trans('cruds.test.fields.is_published') }} | is_published ? 'checked' : '' }}> |