mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 16:07:34 -04:00 
			
		
		
		
	* working on js localizations * remove dependencies * Pad Hashes to at least 10 characters in length * Inject JS translations into front end dynamically * Implement VueJS for Client Edit Page with reactivity * Conditionally hide rows if not enabled (custom_value) * Split client template into smaller components * implementing ui buttons * CRUD cycles of a client * Working on Client CRUD - Integrity constraint issues
		
			
				
	
	
		
			20 lines
		
	
	
		
			396 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			396 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('layouts.master', ['header' => $header])
 | |
| 
 | |
| @section('body')
 | |
|     <main class="main">
 | |
|         <!-- Breadcrumb-->
 | |
|         {{ Breadcrumbs::render('dashboard') }}
 | |
|         <div class="container-fluid">
 | |
| 
 | |
| 			<div class="row">
 | |
| 			
 | |
| 				<div class="col-lg-12">
 | |
| 					<div class="col-lg-6">test</div>
 | |
| 					<div class="col-lg-6">test2</div>
 | |
| 				</div>
 | |
| 			</div>
 | |
| 
 | |
|         </div>
 | |
|     </main>
 | |
| @endsection
 |