mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 06:02:39 +01:00
12 lines
331 B
PHP
12 lines
331 B
PHP
|
@extends('accounts.nav')
|
||
|
|
||
|
@section('content')
|
||
|
@parent
|
||
|
|
||
|
{{ Former::open_for_files('account/import_map')->addClass('col-md-9 col-md-offset-1') }}
|
||
|
{{ Former::legend('Import Clients') }}
|
||
|
{{ Former::file('file')->label('Select CSV file') }}
|
||
|
{{ Former::actions( Button::lg_primary_submit('Upload') ) }}
|
||
|
{{ Former::close() }}
|
||
|
|
||
|
@stop
|