@extends('layouts.app') @section('content') @include('layouts.partial.menu')

Certzip Offers These Courses

    @php $menus = ChildMenu(0); @endphp @if(count($menus)) @foreach($menus as $menu)
  • id==$cid) checked @endif>
  • @endforeach @endif
@if(count($course)>0) @foreach ($course as $item) @php $coursename = $item->name; $cleanedName = preg_replace('/[^A-Za-z0-9\-]/', '', strtolower($coursename)); // Generate slug $coursestring = Str::slug($cleanedName); @endphp
@if($item->mark_bestseller=='Yes')

Bestseller

@endif
@endforeach @else

Item not found

@endif
@if(count($course)>0) {{--
{!! $course->links() !!}
--}} @endif
@stop