@extends('front.layouts.layout') @section('content')
{{--

{{@$info->translations->where('lang_id',$active_lang->id)->first()->title}}

{{@$setting->translations->where('lang_id',$active_lang->id)->first()->content}}
--}}
{!!@$info->translations->where('lang_id',$active_lang->id)->first()->content!!}

{{App\Course::count()}}

@lang('home.courses')

{{App\User::where('type_user','user')->count()}}

@lang('home.users')

{{App\CourseSectionsLecture::count()}}

@lang('home.lectures')

{{App\Course::sum('hours')}}

@lang('home.hourse')

@lang('home.signup_student')
@lang('home.Learn_what_you_love_The_platform_gives_you_the_tools_to_create_a_training_course').
@lang('home.signup')
@stop