diff --git a/app/Livewire/Admin/ShowClient.php b/app/Livewire/Admin/ShowClient.php new file mode 100644 index 0000000..bc522bb --- /dev/null +++ b/app/Livewire/Admin/ShowClient.php @@ -0,0 +1,23 @@ + $clients + ]); + } +}