@extends('reviewer.layouts.app') @php $hiddenForever = in_array($product->status, [Status::PRODUCT_PERMANENT_DOWN]); @endphp @section('panel')

{{ __($product->title) }}

@if ($product->audio_temp_file && $product->category->file_type == 'audio' && in_array('mp3', $product->category->preview_file_types))
00:00
00:00
@else
@lang('Product Preview')
@endif
  • @lang('Project Files') @if ($product->file) @lang('Download File') @endif @if ($product->product_updated == Status::PRODUCT_UPDATE_PENDING || $product->status == Status::PRODUCT_PENDING) @php $hasFile = true; @endphp @lang('Download Updated File') @endif
  • @lang('Category') {{ @$product->category->name }}
  • @if (!$product->is_free)
  • @lang('Price')(@lang('Regular License')) {{ showAmount($product->price) }}
  • @lang('Price')(@lang('Commercial License')) {{ showAmount($product->price_cl) }}
  • @else
  • @lang('Price') @lang('Free')
  • @endif
  • @lang('Status')
    Warning: Undefined variable $product in /var/www/html/core/resources/views/reviewer/product/details.blade.php on line 85

    Warning: Attempt to read property "statusBadge" on null in /var/www/html/core/resources/views/reviewer/product/details.blade.php on line 85
  • @lang('Update Status')
    Warning: Undefined variable $product in /var/www/html/core/resources/views/reviewer/product/details.blade.php on line 89

    Warning: Attempt to read property "updateStatusBadge" on null in /var/www/html/core/resources/views/reviewer/product/details.blade.php on line 89
  • @lang('Demo') @if (@$product->category->file_type == 'audio') @lang('Download Preview') @else {{ @$product->demo_url }} @endif
  • @foreach ($product->attribute_info as $info)
  • @lang($info->name) @if (is_array($info->value))
    @foreach ($info->value as $val) {{ $val }} @if (!$loop->last) , @endif @endforeach
    @else {{ @$info->value }} @endif
  • @endforeach
  • @lang('Tags')
    @forelse ($product->tags ?? [] as $tag) {{ $tag }} @empty @lang('No Tags') @endforelse
  • @if (@$product->category->file_type !== 'audio')
  • @lang('Video Preview')
    @if (!empty($product->preview_video) && file_exists(getFilePath('previewVideo') . '/' . productFilePath($product, 'preview_video'))) @lang('Watch Video') @else @lang('No Video Preview') @endif
  • @endif

@lang('Activity Log')

@forelse ($activities as $activity)
@if ($activity->user) @else @lang('Reviewer Image') @endif
{{ $activity->user->fullname ?? $activity->reviewer->name }} - [{{ $activity->user_id ? __('Author') : __('You') }}]
{{ showDateTime($activity->created_at, 'd M Y ') }} @lang('at') {{ showDateTime($activity->created_at, 'H:ma') }}

{{ $activity->message }}

@empty
@endforelse
{{ paginateLinks($activities) }} @if ($activities->count() > 0)
image

@lang('Message to Author')

@csrf
@endif
{{-- reject modal --}} @endsection @push('script') @endpush @push('breadcrumb-plugins')
@if ($product->assigned_to == 0) @else @if (!$hiddenForever) @if ($product->status == Status::PRODUCT_APPROVED) @if ($product->product_updated) @else @endif @else @endif @endif @endif
@endpush @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush @push('style') @endpush