@extends('backend.layouts.app') @section('content')
| # | @if(auth()->user()->isAdmin())Teacher Name | @endifTitle | Slug | Description | Course Image | Month | Published | Action | |
|---|---|---|---|---|---|---|---|---|---|
| @if(auth()->user()->isAdmin()) | @foreach ($course->teachers as $singleTeachers) {{ $singleTeachers->name }} @endforeach | @endif{{ $course->title ?? '' }} | {{ $course->slug ?? '' }} | {{ $course->description ?? '' }} |
|
{{ $course->start_date }} | {{ $course->published }} | @if( request('show_deleted') == 1 ) @else Edit @endif | |
| Not found ! | |||||||||