@extends(getTemplate() . '.panel.layouts.panel_layout')
@push('styles_top')
@endpush
@section('content')
@if (!empty($allWebinars) && count($allWebinars) > 0)
@if (!empty($trainingWebinars))
@foreach ($allWebinars as $index => $webinar)
@include('web.default.panel.webinar.partials.student_grid_card', [
'webinar' => $webinar,
'popup' => false,
])
@endforeach
@endif
@else
@endif
@endsection
@push('scripts_bottom')
@endpush