@extends('backend.layouts.app') @section('content')
| # | Course | Lesson | Title | Description | Published | Action | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $test->course->title ?? '' }} | {{ $test->lesson->title ?? '' }} | {{ $test->title }} | {!! $test->description !!} | {{ $test->published ? 'Active' : 'InActive' }} | @if( request('show_deleted') == 1 ) @else Edit @endif | ||||||
| Data Not Found! | |||||||||||