@include('partials.styles')
@include('partials.nav')
Toolbox Talks / Edit
Edit Toolbox Talk
@can('toolbox-talks.update')
@csrf @method('put') @php $selectedLibraryIds = $talk->libraryItems->pluck('id')->all(); $selectedSdsIds = $talk->sdsDocuments->pluck('id')->all(); @endphp
Topic
Date Held
Site
—
@foreach ($sites as $site)
site_id === $site->id)>{{ $site->name }}
@endforeach
Crew
—
@foreach ($crews as $crew)
crew_id === $crew->id)>{{ $crew->name }}
@endforeach
Attendees
Notes
{{ $talk->notes }}
Attach from Toolbox Talk Library
@forelse ($libraryItems as $item)
id, $selectedLibraryIds, true))>
{{ $item->title }}
@if ($item->language)
({{ strtoupper($item->language) }})
@endif
@empty
No library items available.
@endforelse
Attach SDS Sheets
@forelse ($sdsDocuments as $doc)
id, $selectedSdsIds, true))>
{{ $doc->title }}
{{ $doc->manufacturer }}
@empty
No SDS sheets available.
@endforelse
Save
Cancel
@else
You do not have permission to edit this record.
Back
@endcan