@extends('layouts.default')
@push('title', get_phrase('Home'))
@push('meta')@endpush
@push('css')
@endpush
@section('content')
@php
$total_students = DB::table('users')->where('role', 'student')->get();
$total_instructors = DB::table('users')->where('role', 'instructor')->get();
$free_courses = DB::table('courses')->where('is_paid', 0)->get();
$premium_courses = DB::table('courses')->where('is_paid', 1)->get();
@endphp
{{ get_phrase('Premium courses') }} {{ get_phrase('Expert Mentors') }} {{ get_phrase('Students Globally') }} {{ get_phrase('Cost Free Course') }}
{{ get_phrase('Awesome site. on the top advertising a business online includes assembling Having the most keep.') }}
{{ get_phrase('Awesome site. on the top advertising a business online includes assembling Having the most keep.') }}
{{ get_phrase('Awesome site. on the top advertising a business online includes assembling Having the most keep.') }} {!! $stordetails->description !!}
{{ get_phrase('Awesome site. on the top advertising a business online includes assembling Having the most keep.') }} {{ $faq['answer'] }} {{ $faq['answer'] }}
{{ get_phrase('Having enjoyed a breathlessly successful 2015, there can be no DJ dynamic set of teaching tools Billed to be deployed.') }}
{{ get_phrase('Awesome site. on the top advertising a business online includes assembling Having the most keep.') }}
{{ count($premium_courses) }}+
{{ count($total_instructors) }}+
{{ count($total_students) }}+
{{ count($free_courses) }}+
{{ get_phrase('Top Courses') }}
{{ get_phrase('Top Categories') }}
{{ get_phrase('Featured Courses') }}
{{ $stordetails->title }}
{{ get_phrase('Frequently Asked Questions') }}
{{ get_phrase('What they’re saying about our courses') }}
{{ get_phrase('Our Blog') }}