5 lines
156 B
PHP
5 lines
156 B
PHP
<x-layout>
|
|
<h1>Edit Address Book</h1>
|
|
@include('addressbooks.form', ['action' => route('book.update', $addressbook), 'isEdit' => true])
|
|
</x-layout>
|