@extends(getTemplate() . '.layouts.app') @push('styles_top') {{-- Sidebar Styles --}} {{-- Start Extended Info Popup --}} {{-- End Extended Info Popup --}} @endpush @section('content')
RIGHT
TO
DISCONNECT
NEW COURSE
$99
Essential training for
Australian workplace compliance
under new legislation
ORANGE
CARD
Compliant with 2024
Fair Work Changes
xs
sm
md
lg
xl
{{ trans('panel.filters') }}

{{ trans('public.type') }}

@foreach (['bundle', 'webinar', 'course', 'text_lesson'] as $typeOption)
@endforeach

{{ trans('site.more_options') }}

@foreach (['subscribe', 'certificate_included', 'with_quiz', 'featured'] as $moreOption)
@endforeach
{{-- end sidebar --}}
{{--
--}} {{-- @include('web.default.includes.webinar.side-menu') --}} {{--
--}}
@include('web.default.includes.webinar.mobile-toolbar')
@foreach ($webinars as $index => $webinar) @include('web.default.includes.webinar.grid-card', [ 'webinar' => $webinar, 'popup' => true ]) @endforeach
{{-- infinite scroll will go here --}}
@endsection @push('scripts_bottom') @endpush