mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 03:47:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			398 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			398 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('layouts.master', ['header' => $header])
 | |
| 
 | |
| @section('body')
 | |
| <main class="main" id="client_show">
 | |
|     
 | |
|     <vue-toastr ref="toastr"></vue-toastr>
 | |
| 
 | |
|     <div class="container-fluid">
 | |
| 
 | |
| 
 | |
|         <client-show :client="{{ $client }}" :company="{{ $company }}" :meta="{{ $meta }}"></client-show>
 | |
| 
 | |
| 
 | |
|     </div>
 | |
| 
 | |
| </main>
 | |
| 
 | |
| <script defer src=" {{ mix('/js/client_show.min.js') }}"></script>
 | |
| 
 | |
| @endsection |