@extends('admin.layouts.master') @section('title') Level Management | @endsection @section('content')
# Id | Title | Level Number | Course Goal | Data Type | Paid Status | Lock Status | Status | Action |
---|---|---|---|---|---|---|---|---|
{{ $level->id }} | {{ $level->title }} | {{ $level->level_number }} | {{ $level->courseGoal->title ?? 'N/A' }} | {{ $level->datatype ? 'Content' : 'Quiz' }} | {{ $level->is_paid ? 'Yes' : 'No' }} | {{ $level->is_lock ? 'Locked' : 'Unlocked' }} | @if ($level->status == 1) Active @else Inactive @endif | |
No data found |