@extends('layouts.app') @section('title', $app_setting['name'] . ' | Dashboard') @section('content')
ID | Course | Category | Views | Price | Instructor | Action |
---|---|---|---|---|---|---|
#{{ $course->id }} |
{{ $course->title }} |
{{ $course->category->title }} | {{ $course->view_count }} | ${{ $course->price }} | {{ $course->instructor->user->name }} |