@extends('layouts.app') @section('content')

Webinars

Browse through our upcoming webinars, find a topic that interests you and register to attend.

@foreach($webinars as $i => $webinar)
@endforeach
@if ($webinars->hasPages())
{{ $webinars->links() }}
@endif
@endsection