@extends('theme.sarthi.master') @section('title') TGT PGT Test Series @endsection @section('content')

Our Courses

@php $course = App\Course::all(); @endphp @foreach($course as $cat)
@if($cat['preview_image'] !== NULL && $cat['preview_image'] !== '') @else @endif Free

{{$cat->title}}

Click below to buy Course

Buy Now →
@endforeach
@endsection