@extends('front.master') @section('title', 'Training') @section('content')

{{__('messages.stay_head')}} {{__('messages.game')}}

{{__('messages.game_description')}}

{{-- Explore --}}

Category

@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) @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.

--}} @endsection @push('custom-scripts') @if (session('signin_modal')) @endif @endpush