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

Recent Talks

@can('toolbox-talks.create') @endcan
@forelse ($talks as $talk) @empty @endforelse
Topic Date Site Crew
{{ $talk->topic }} {{ $talk->held_on }} {{ $talk->site?->name ?? '—' }} {{ $talk->crew?->name ?? '—' }} @can('toolbox-talks.view') View @endcan @can('toolbox-talks.update') Edit @endcan @can('toolbox-talks.delete')
@csrf @method('delete')
@endcan
No talks yet.
{{ $talks->links() }}
@can('toolbox-talks.create')
Create Toolbox Talk
Fill in the details below.
@csrf

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
@endcan