@extends('theme.master') @section('title') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') {{$gets->text}} @else course @endif

{{ __('Top Discount Courses')}}

@endif @if($hsetting->discount_enable == 1 && isset($discountcourse) && count($discountcourse) >0)
@foreach($discountcourse as $discount) @if($discount->status == 1 && $discount->featured == 1)
@if($discount['preview_image'] !== NULL && $discount['preview_image'] !== '') course @else course @endif
@if($discount['level_tags'] == !NULL) {{ $discount['level_tags'] }} @endif
@if(optional($discount->user)['user_img'] !== NULL && optional($discount->user)['user_img'] !== '') {{$discount->title}} @else {{$discount->title}} @endif
By {{ optional($discount->user)['fname'] }}