mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:47:33 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			296 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			296 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@extends('header')
 | 
						|
 | 
						|
@section('content')
 | 
						|
	@parent
 | 
						|
    @include('accounts.nav', ['selected' => ACCOUNT_IMPORT_EXPORT])
 | 
						|
 | 
						|
	{{ Former::open()->addClass('col-md-9 col-md-offset-1') }}
 | 
						|
	{{ Former::legend('Export Client Data') }}
 | 
						|
	{{ Button::lg_primary_submit('Download') }}
 | 
						|
	{{ Former::close() }}
 | 
						|
 | 
						|
@stop |