@extends('backend.instructor.master') @section('content')
All Courses
Add Course

@foreach($all_courses as $index=>$item) @endforeach
NO Thumbnail Course Name Category SubCategory Selling Price Discount Price Action
{{$index+1}} @if($item->course_image) @else No image found @endif {{$item->course_name}} {{$item->category['name'] ?? Null }} {{$item->subCategory['name'] ?? Null}} {{$item->selling_price}} {{$item->discount_price}}
@endsection @push('scripts') @endpush