@extends('theme.master') @section('title', 'Online Courses') @section('content') @include('admin.message') @include('sweetalert::alert') @section('meta_tags') @endsection @if($gsetting->category_enable == 1)
@endif
@if(isset($sliders)) @endif @if(isset($facts))
@foreach($facts as $fact)
{{ $fact['heading'] }}

{{ $fact['sub_heading'] }}

@endforeach
@endif
@if($hsetting->fact_enable == 1 && isset($factsetting) && !$factsetting->isEmpty())
@foreach($factsetting as $factset)
@php $image = $factset['image'] !== NULL && $factset['image'] !== '' ? url('/images/facts/'.$factset->image) : Avatar::create($factset->title)->toBase64(); @endphp
{{ $factset->number }}
{{ $factset->title }}

{{ $factset->description }}

@endforeach
@endif @if(isset($advs)) @foreach($advs as $adv) @if($adv->position == 'belowslider')
@endif @endforeach @endif @if($hsetting->discount_enable == 1 && isset($discountcourse) && count($discountcourse) >0)

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