4 lines
151 B
PHP
4 lines
151 B
PHP
<x-layout>
|
|
<h1>Create Address Book</h1>
|
|
@include('addressbooks.form', ['action' => route('addressbooks.store'), 'isEdit' => false])
|
|
</x-layout> |