@extends('frontend.layouts.app') @section('title', 'Courses') @section('description') @section('keywords') @section('content')
@include('frontend.common.top-right')
@foreach ($data as $item)
{{$item->title}}
{{$item->title}}
Price: INR {{$item->selling_price}}

{{$item->description_excerpt}}

@if (is_null($item->payment)) Buy @endif Read More
@endforeach
@endsection