2014-02-18 16:07:22 +01:00
|
|
|
@extends('accounts.nav')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
@parent
|
|
|
|
|
|
|
|
{{ Former::open_for_files('company/import_map')->addClass('col-md-9 col-md-offset-1') }}
|
|
|
|
{{ Former::legend('Import Client Data') }}
|
|
|
|
{{ Former::file('file')->label('Select CSV file') }}
|
2014-02-23 17:10:56 +01:00
|
|
|
{{ Former::actions( Button::lg_info_submit('Upload')->append_with_icon('open') ) }}
|
2014-02-18 16:07:22 +01:00
|
|
|
{{ Former::close() }}
|
|
|
|
|
|
|
|
{{ Former::open('company/export')->addClass('col-md-9 col-md-offset-1') }}
|
|
|
|
{{ Former::legend('Export Client Data') }}
|
2014-02-23 17:10:56 +01:00
|
|
|
{{ Former::actions( Button::lg_primary_submit('Download')->append_with_icon('download-alt') ) }}
|
2014-02-18 16:07:22 +01:00
|
|
|
{{ Former::close() }}
|
|
|
|
|
|
|
|
@stop
|