sackey e839d40a99
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Initial commit
2025-07-30 17:15:50 +00:00

4 lines
137 B
PHP

<x-layouts.app :title="'Edit Customer: ' . $customer->full_name">
<livewire:customers.edit :customer="$customer" />
</x-layouts.app>