SmartCane/laravel_app/resources/views/livewire/project-manager.blade.php
2024-06-20 10:30:14 +02:00

8 lines
262 B
PHP

<div>
<x-project-manager-mail-settings-modal :projectManager="$this"/>
{{-- <x-project-manager-properties-modal :projectManager="$this"/>--}}
<x-project-manager-grid :projectManager="$this"/>
<x-project-manager-delete-confirmation-modal/>
</div>