@extends('layouts.lookatme') @section('title', trans('message.my_profile')) @section('content')

{{trans('message.feed_back')}}


@include('templates.lookatme.components.alert') @if($errors->first('comment'))
{{ $errors->first('comment') }}
@endif
{{-- @include('templates.lookatme.components.head-title', [--}} {{-- 'title' => 'FeedBacks',--}} {{-- ])--}}
@include('templates.lookatme.components.button', [ 'type' => 'submit', 'text' => trans('message.submit'), 'class'=>'tw-w-full tw-py-3 btn-dark' ])
@endsection