@extends('frontend.layouts.master') @section('page_title') {{ __('contact.title') }} @endsection @section('head') @endsection @section('content-wrapper')

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

{{ __('contact.subtitle-pimeef') }}

{{ csrf_field() }}

* {{ __('account.register.required-fields') }}

@{{ errors.first('full_name') }}
@{{ errors.first('email') }}
@{{ errors.first('subject') }}
@{{ errors.first('message') }}
{!! RecaptchaV3::field('contact', 'g-recaptcha-response') !!}

Avda. España 18-20 1º 07800 Eivissa

+34971302911

info@pimeef.com

@endsection