mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01: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 |