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

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


{{-- --}}
@csrf

{{ __('feedback.paragraph') }}

500
{{-- ReCaptcha --}}
@endsection @section('title') {{ __('meta.title.feedback') }} @endsection @section('description') {{ __('meta.description.feedback') }} @endsection @push('scripts') @endpush