@include('frontEnd.layout.header')

{{ strip_tags($archive->description ?? ' ') }}

@if(!empty($archive->images) && is_array($archive->images) && count($archive->images) > 0) Image @else Image @endif
Publisher: {{ $archive->publisher}}
Year: {{ $archive->year}}
Status: {{ $archive->status_name }}
# of pages: {{ $archive->pages}}
Written By: {{ $archive->written_by}}
Drawn By: {{ $archive->drawn_by}}
Country: {{ $archive->country}}
Product Code: {{ $archive->product_code}}
Is it scanned? @switch($archive->owned) @case(0) No @break @case(1) Yes @break @endswitch
@php $setting = $seos->first(); @endphp
@if (!empty($archive->footer)) @endif
@if($sampleImages->isNotEmpty())

Sample Images: {{ $sampleImages->count() }}

@foreach ($sampleImages as $image) @php $rowBg = $loop->index % 2 == 0 ? '#fff' : '#fcf8f3'; @endphp @endforeach
Title Date Added Views Preview
{{ $image->title ?? 'Untitled' }} {{ $image->date_added ?? '' }} {{ $image->impressions ?? '' }} Sample Image
@else

No samples available.

@endif

Recent Comments

@if($comments->count()) @foreach($comments as $comment)

{{ $comment->name }} {{ \Carbon\Carbon::parse($comment->created_at)->format('d M Y, h:i A') }}

@for ($i = 1; $i <= 5; $i++) @if ($i <=$comment->rating) ★ @else ☆ @endif @endfor

{{ $comment->comment }}

@endforeach @else

No comments yet.

@endif
@include('frontEnd.layout.commentSection') @include('frontEnd.layout.auctions')
@include('frontEnd.layout.sidebar') {{-- Load reCAPTCHA script --}} @include('frontEnd.layout.footer')