@extends('backend.admin.master') @section('content')
All Course

@foreach ($all_courses as $index => $item) @endforeach
SL Image Course Name Instructor Category Price Show Action
{{ $index + 1 }} @if ($item->course_image) @else No image found @endif {{ $item->course_name }} {{ $item->user->name }} {{ $item->category->name }} @if($item->discount_price) ${{$item->discount_price}} @else ${{$item->selling_price}} @endif
status == 1 ? 'checked' : '' }}>
@endsection @push('scripts') @endpush