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

Edit Corrective Action

@can('corrective-actions.update')
@csrf @method('put')
@include('partials.tag-input', ['tagSuggestions' => $tagSuggestions ?? [], 'tagInitial' => $action->tags ?? []])
Cancel
@else

You do not have permission to edit this record.

Back @endcan