@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Dashboard')) @section('header-title')
{{ __('Monitor your business analytics and statistics') }}.
@endsection @section('content'){{ __('Course Sele Overview') }}
{{ __('New User Overview') }}
| {{ __('ID') }} | {{ __('Course') }} | {{ __('Category') }} | {{ __('Views') }} | {{ __('Price') }} | {{ __('Instructor') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|
| #{{ generateID($course->id) }} | {{ $course->category?->title }} | {{ $course->view_count }} | {{ currency($course->price && $course->regular_price ? $course->price : $course->regular_price) }} | {{ $course->instructor->user->name }} | {{ __('View Course') }} {{ __('Edit Course') }} {{ __('Delete Course') }} | |
{{ __('No data Available') }} |
||||||
{{ __('Buy Courses') }} : {{ $student?->enrollments_count }}
{{ __('Total Courses') }} : 0
{{ __('Total Courses') }} : {{ $instructor?->courses_count }}
{{ __('Buy Courses') }} : 0