@extends('layouts.profile') @section('profile_content')

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

@csrf

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

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