/home/techb158/ileadtechnology.com/resources/views
NameSizeModeActions
admin/-0755rm
advertise/-0755rm
auth/-0755rm
bbl/-0755rm
email/-0755rm
front/-0755rm
install/-0755rm
instructor/-0755rm
layouts/-0755rm
ota/-0755rm
theme/-0755rm
vendor/-0755rm
zoom/-0755rm
accessdenied.blade.php5620644editdlrm
audioclass.blade.php133040644editdlrm
classwatch.blade.php144080644editdlrm
file_upload.blade.php28290644editdlrm
forgotemail.blade.php17540644editdlrm
home.blade.php1014130644editdlrm
iframe.blade.php16700644editdlrm
instructormodel.blade.php54670644editdlrm
ipblock.blade.php14530644editdlrm
lightbox.blade.php132580644editdlrm
offline.blade.php39110644editdlrm
page.blade.php7880644editdlrm
pdf.blade.php6140644editdlrm
privacy_policy.blade.php9490644editdlrm
tabs.blade.php217950644editdlrm
terms_condition.blade.php9550644editdlrm
test.blade.php105130644editdlrm
watch.blade.php184330644editdlrm
welcome.blade.php27360644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/home.blade.php (101413B)
@extends('theme.master') @section('title', 'Online Courses') @section('content') @include('admin.message') @include('sweetalert::alert')
@if(isset($sliders))
@endif @if(isset($facts))
@foreach($facts as $fact)
{{ $fact['heading'] }}

{{ $fact['sub_heading'] }}

@endforeach
@endif @if(isset($advs)) @foreach($advs as $adv) @if($adv->position == 'belowslider')
@endif @endforeach @endif @if(Auth::check()) @if( isset($recent_course_id) )
@if($total_count !== 0)

{{ __('frontstaticword.RecentlyViewedCourses') }}

@endif
@endif @endif @if(Auth::check()) @php if(Schema::hasColumn('orders', 'refunded')){ $enroll = App\Order::where('refunded', '0')->where('user_id', Auth::user()->id)->where('status', '1')->get(); } else{ $enroll = NULL; } @endphp @if( isset($enroll) )
@if(count($enroll) > 0)

{{ __('frontstaticword.MyPurchasedCourses') }}

@endif
@endif @endif @if(isset($categories))

{{ __('frontstaticword.RecentCourses') }}

@if(isset($categories->category_id)) @endif
@if(!empty($categories)) @foreach($categories->category_id as $cate)
@endforeach @endif
@endif @if(isset($advs)) @foreach($advs as $adv) @if($adv->position == 'belowrecent')
@endif @endforeach @endif @php $cors = App\Course::where('status', '1')->where('featured', '1')->get(); @endphp @if( ! $cors->isEmpty() )

{{ __('frontstaticword.FeaturedCourses') }}

@endif
@if (isset($subscriptionBundles) && !$subscriptionBundles->isEmpty())

{{ __('frontstaticword.SubscriptionBundles') }}

@endif
@if(isset($bundles))
@if(count($bundles) > 0)

{{ __('frontstaticword.BundleCourses') }}

@endif
@endif @if(isset($advs)) @foreach($advs as $adv) @if($adv->position == 'belowbundle')
@endif @endforeach @endif @if(isset($batches))
@if(count($batches) > 0)

{{ __('frontstaticword.Batches') }}

@endif
@endif @if($gsetting->zoom_enable == '1')
@php $mytime = Carbon\Carbon::now(); @endphp @if( ! $meetings->isEmpty() )

{{ __('frontstaticword.ZoomMeetings') }}

@endif
@endif @if($gsetting->bbl_enable == '1')
@if( ! $bigblue->isEmpty() )

{{ __('frontstaticword.BigBlueMeetings') }}

@endif
@endif @if( ! $blogs->isEmpty() )

{{ __('frontstaticword.RecentBlogs') }}

@foreach($blogs as $blog)
{{ $blog['heading'] }}
@if($blog['image'] !== NULL && $blog['image'] !== '') course @else course @endif

{{substr(strip_tags($blog->detail), 0, 400)}}

@endforeach
@endif
@php $gets = App\GetStarted::first(); @endphp @if(isset($gets))

{{ $gets['heading'] }}

{{ $gets['sub_heading'] }}

@if($gets->button_txt == !NULL) @endif
@endif
@if(!$category->isEmpty())

{{ __('frontstaticword.FeaturedCategories') }}

@foreach($category as $t) @if($t->status == 1 && $t->featured == 1) @endif @endforeach
@endif @php $testi = App\Testimonial::all(); @endphp @if( ! $testi->isEmpty() )

{{ __('frontstaticword.HomeTestimonial') }}

@endif @if(isset($advs)) @foreach($advs as $adv) @if($adv->position == 'belowtestimonial')
@endif @endforeach @endif @if( !$trusted->isEmpty() )
{{ __('frontstaticword.Trusted') }}
@endif
@php $ad = App\Adsense::first(); @endphp ishome==1 && $ad->status==1) { $code = $ad->code; echo html_entity_decode($code); } } ?>
@endsection @section('custom-script') @endsection