@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Reviews')
@if ($reviews->count() == 0) @else
@foreach ($reviews as $review) @endforeach
@lang('Product | Date') @lang('User') @lang('Rating') @lang('Action')
@if (@$review->product) {{ __(strLimit(@$review->product->title, 15)) }} @endif {{ showDateTime($review->created_at) }}
@php $user = $review->user; @endphp {{ __($user->fullname) }}
@{{ $user->username }}
@lang('Reply')
@if ($reviews->hasPages()) @endif @endif
@endsection @push('script-lib') @endpush @push('script') @endpush @push('style-lib') @endpush