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

Edit Toolbox Talk

@can('toolbox-talks.update')
@csrf @method('put') @php $selectedLibraryIds = $talk->libraryItems->pluck('id')->all(); $selectedSdsIds = $talk->sdsDocuments->pluck('id')->all(); @endphp

Attach from Toolbox Talk Library

@forelse ($libraryItems as $item) @empty
No library items available.
@endforelse

Attach SDS Sheets

@forelse ($sdsDocuments as $doc) @empty
No SDS sheets available.
@endforelse
Cancel
@else

You do not have permission to edit this record.

Back @endcan