@extends('../site/layouts.user_panel.app') @section('page_title', __('Reviews')) @section('content')
{{ __('Feedbacks you gave on the products that you bought..') }}
{{ __('Reviews') }}
{{ __("We're sorry!") }}
{{ __("You haven't reviewed any product yet.") }}
@endif{{ __('Please keep in mind that once deleted, you can not undo it.') }}
@if ($review->is_public) {{ __('Approved') }} @else {{ __('Unapprove') }} @endif
{{ formatDate($review->created_at) }}