@extends('layouts.app') @section('content')

Files & Assets

Files are uploaded from a Task page in the next update. This MVP already supports the database structure and searchable asset library.

@foreach($assets as $a)@endforeach
NameTypeBrandProductVersionStatusLocation
{{ $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
{{ $assets->links() }}
@endsection