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

Stay Ahead of the Game

From start to finish, from inside the classroom to management, our tailored courses and training sessions give you the tools to realize your individual education goals.

{{-- Explore --}}
@if (count($training_video) > 0) @foreach ($training_video as $training)
@if ($training->video)
@endif

{{ $training->title ?? "" }}

{!! $training->description ?? "" !!}

@endforeach @else

No Training Video Found

@endif

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