@extends('web.layouts.master') @section('page_title', __('contact.meta_title')) @section('meta_description', __('contact.meta_description', ['app' => config('app.name')])) @section('canonical', route('web.contact')) @section('content')

{{ __('contact.heading') }}

{{ __('contact.intro') }}

@csrf
{{ __('contact.alt_profile') }}
@error('name')

{{ $message }}

@enderror
{{ __('contact.alt_email') }}
@error('email')

{{ $message }}

@enderror
{{ __('contact.alt_subject') }}
@error('subject')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror
@if(session('contact_success'))

{{ __('contact.success_title') }}

{{ __('contact.success_body') }}

@endif

{{ __('landing.download.title') }}

{{ __('landing.download.description') }}

{{ __('landing.download.alt_screens') }}
@endsection