@extends('admin.layouts.master') @section("title","View Courses") @section('content')

View Content




@foreach($content as $contents) @endforeach
S.no title Course Name Category Action
{{$count++}} {{$contents->title}} {{\App\Models\Category::getCoursename($contents->category_id)}} {{\App\Models\Category::getdataname($contents->category_id)}} @if(!empty($contents->PDF)) @endif @if(!empty($contents->url)) @endif
@endsection