@extends('front.master') @section('title', 'Training') @section('content') {{__('messages.stay_head')}} {{__('messages.game')}} {{__('messages.game_description')}} {{-- Explore --}} Category @foreach ($categories as $category) @php $id = $category->id; $locale = app()->getLocale(); $courses = DB::table('courses')->where(['category_id'=> $id,'language_type'=>$locale])->count(); @endphp {{ $category->name }} ({{ $courses }}) @endforeach @foreach ($categories as $category) @if (count($category->courses) > 0) @foreach ($category->courses as $item) @if (!in_array($item->id, $data) && $item->status == 1 && count($item->modules) > 0) {{ $item->title }} @endif @endforeach @else No Course Found @endif @endforeach {{-- Join Our Community! Stay up to date on the latest news and developments in the world of education. Subscribe Now --}} @endsection @push('custom-scripts') @if (session('signin_modal')) @endif @endpush
{{__('messages.game_description')}}
Stay up to date on the latest news and developments in the world of education.