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