{{ $pdf->title }} @if ($pdf->visibility === 'public') Public @else Private @endif

{{ $templateTypes[$pdf->template_type] ?? $pdf->template_type }} @if ($pdf->original_filename) {{ $pdf->original_filename }} @endif {{ $pdf->created_at?->format('d M Y, h:i A') }}
@if ($pdf->template_type === \App\Models\CatalogPdf::TEMPLATE_PAGE_MANAGEMENT) Manage Pages Preview Flipbook @endif @if ($pdf->template_type === \App\Models\CatalogPdf::TEMPLATE_FLIP_PHYSICS) Flip Physics @endif @if ($pdf->template_type === \App\Models\CatalogPdf::TEMPLATE_SLICER_SHOPPABLE) Slicer Editor Shoppable Preview @endif Back
@if ($pdf->description)
Description
{{ $pdf->description }}
@endif

PDF Viewer

PDF Details

Title {{ $pdf->title }}
Template {{ $templateTypes[$pdf->template_type] ?? $pdf->template_type }}
Visibility {{ $pdf->visibility }}
@if ($pdf->original_filename)
Filename {{ Str::limit($pdf->original_filename, 20) }}
@endif
Uploaded {{ $pdf->created_at?->format('d M Y') }}

Quick Actions

@if ($pdf->template_type === \App\Models\CatalogPdf::TEMPLATE_SLICER_SHOPPABLE) Go Live @endif Download

Need Help?

Learn how to make the most of your PDF catalog features

View Documentation
@push('scripts') @endpush