@extends('frontend.layouts.master') @section('page_title') {{ __('contact.title') }} @endsection @section('head') @endsection @section('content-wrapper') @if(view()->exists('tenants.' . $currentCompany->code . '.frontend.contact.portada' )) @include('tenants.' . $currentCompany->code . '.frontend.contact.portada') @else

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

@endif

{{ __('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') !!}
@if($infoAsso['adresa'])

{{ $infoAsso['adresa'] }}

@endif @if($infoAsso['info_tel'])

{{ $infoAsso['info_tel'] }}

@endif @if($infoAsso['info_email'])

{{ $infoAsso['info_email'] }}

@endif @if($infoAsso['info_horaris'] != '')

{!! $infoAsso['info_horaris'] !!}

@endif
@endsection