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

{{ trans('webtools/contact.heading') }}

{{ trans('webtools/contact.description') }}

@livewire('contact')
@endsection