@props(['method']) @php $type = match ($method) { 'GET', 'OPTIONS', 'ANY' => 'default', 'POST' => 'success', 'PUT', 'PATCH' => 'primary', 'DELETE' => 'error', default => 'default', }; @endphp {{ $method }}