@extends('layouts.admin') @section('title', $compatibility->displayLabel().' — '.config('app.name')) @section('page_title', $compatibility->displayLabel()) @section('breadcrumbs')
#{{ $compatibility->id }} · {{ strtoupper($compatibility->product_prefix) }} · Product {{ $compatibility->product_version ?: '—' }} · Sage {{ $compatibility->sage_version ?: '—' }}
| Category | Download title | File / link | Access | Coord | Tooltip | |
|---|---|---|---|---|---|---|
| {{ $tile->category?->name ?: '—' }} | {{ $tile->download_title }} |
@if ($tile->downloadAsset)
{{ $tile->downloadAsset->relative_path }}asset #{{ $tile->download_asset_id }} · {{ $tile->downloadAsset->humanSize() ?: 'on disk' }}
@else
{{ $tile->download_link }}
@endif
|
{{ $tile->accessLevelLabel() }} | {{ $tile->coordinates ?: '—' }} | {{ $tile->tooltip ?: '—' }} | Edit |
| No download tiles yet. Upload a file above, or clone from another version. | ||||||
Creates a new compatibility row and copies all download tiles from this version.