@extends('frontend.layouts.app') @section('content')

{{ translate('Can we help you?') }}

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf
{{ translate('Please, enter the email address where you wish to receive our answer.') }}
@endsection