@include('partials.styles') SDS Library @include('partials.styles') @include('partials.nav')

SDS Library

Browse SDS by manufacturer and site. Upload new SDS documents below.

Reset
@can('sds.create')

Add SDS Document

@csrf
@endcan @forelse ($documentsByManufacturer as $manufacturer => $documents)

{{ $manufacturer }}

@foreach ($documents as $doc) @endforeach
Title Product Code Version Site Effective
{{ $doc->title }} {{ $doc->product_code ?? '—' }} {{ $doc->version ?? '—' }} {{ $doc->site?->name ?? '—' }} {{ $doc->effective_on ?? '—' }} @can('sds.view') Download @endcan @can('sds.view') View @endcan @can('sds.update') Edit @endcan @can('sds.delete')
@csrf @method('delete')
@endcan
@empty

No documents yet.

@endforelse
{{ $documentsPaginator->links('partials.pagination') }}