Test Modal
@livewire('modal-cancel', [
'path' => '/locations',
'title' => 'Confirm Exit',
'message' => 'Are you sure you want to leave? Unsaved changes will be lost.',
'id' => 'modal-container',
'dirty' => true,
'name' => 'Cancel',
'loading' => false
])
Click the "Cancel" button to see the modal in action.
@endsection