@extends('layouts.app') @section('content')
Files are uploaded from a Task page in the next update. This MVP already supports the database structure and searchable asset library.
| Name | Type | Brand | Product | Version | Status | Location |
|---|---|---|---|---|---|---|
| {{ $a->name }} | {{ $a->asset_type }} | {{ $a->brand?->name }} | {{ $a->product?->name }} | {{ $a->version }} | {{ $a->status }} | @if($a->file_path)Open File@elseif($a->external_url)Open Link@endif |