@props(['action'])
@php
$attribs = [
'method' => 'post',
'id' => 'deleteResource',
'action' => $action,
'name' => 'deleteResource'
];
@endphp
<form {{ $attributes->merge($attribs) }}>
@csrf
@method('DELETE')
</form>
Powered by TurnKey Linux.