@include('frontEnd.layout.header')
{{ strip_tags($archive->description ?? ' ') }}
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)
![]() ![]() |
Sample Images: {{ $sampleImages->count() }}
Title | Date Added | Views | Preview |
---|---|---|---|
{{ $image->title ?? 'Untitled' }} | {{ $image->date_added ?? '' }} | {{ $image->impressions ?? '' }} |
|
No samples available.
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 }}
No comments yet.
@endif