@extends('layouts.public') @section('title', 'Request a webinar — SYSTRONICS') @section('meta_description', 'Tell us which products you want covered. We will contact you within two business days.') @section('content') @include('public.partials.page-chrome', [ 'eyebrow' => 'Webinars', 'title' => 'Request a webinar', 'lede' => 'Tell us which products you want covered. We will contact you within two business days.', 'crumbs' => [ ['label' => 'Home', 'url' => route('public.home')], ['label' => 'Webinars', 'url' => route('public.webinars.index')], ['label' => 'Request a webinar'], ], 'tools' => [ ['label' => 'Webinars', 'url' => route('public.webinars.index')], ['label' => 'Request a webinar', 'url' => route('public.webinars.request'), 'active' => true], ], ])
@csrf
@error('first_name'){{ $message }}@enderror
@error('last_name'){{ $message }}@enderror
@error('email'){{ $message }}@enderror
Product(s)
@foreach ($products as $product) @endforeach
@error('products'){{ $message }}@enderror
@error('timezone'){{ $message }}@enderror
@endsection