# | {{ __('Customer') }} | {{ __('User') }} | {{ __('Rating') }} | {{ __('Comment') }} |
---|---|---|---|---|
#{{ $table_rating['number'] }} {{ App\User::dateFormat($table_rating['created_at']) }} |
@if (!empty($table_rating['customer'])){{ $table_rating['customer']->getFullName(true) }}@endif | @if (!empty($table_rating['user']))@endif | @if ((int)$table_rating['rating'] == \SatRatingsHelper::RATING_BAD) {{ __('Not Good') }} @elseif ((int)$table_rating['rating'] == \SatRatingsHelper::RATING_GREAT) {{ __('Great') }} @elseif ((int)$table_rating['rating'] == \SatRatingsHelper::RATING_OKAY) {{ __('Okay') }} @endif | {{ $table_rating['rating_comment'] }} |