@props([ 'name', 'title', 'copy' => null, 'size' => 'sm', ]) @isset($trigger) {{ $trigger }} @endisset

{{ $title }}

@if (filled($copy))

{{ $copy }}

@endif {{ $slot }}
{{ __('dashboard.Cancel') }} {{ $action }}