@extends('layouts.master') @section('title', 'List Course Admin') @section('css') @endsection @section('pageContent') @include('layouts.breadcrumb', ['title' => 'List Course ', 'subtitle' => 'Home', 'link' => 'admin.dashboard'])
This is the list of all course. and you can manage them. with the help of this table.
Thumbnail | Title | Theme | Duration | Description | Status | Action |
---|---|---|---|---|---|---|
|
{{ $article->title }} | {{ $article->theme }} | {{ $article->duration }} | {{ $article->description }} |
@if($article->status == 'published')
Published
@elseif($article->status == 'draft')
Drafted
@elseif($article->status == 'inactive')
Drafted
@endif
|