invoiceninja/resources/views/accounts/export.blade.php

12 lines
296 B
PHP
Raw Permalink Normal View History

2015-10-14 17:15:39 +03:00
@extends('header')
2015-03-17 07:45:25 +10:00
@section('content')
@parent
2015-10-14 17:15:39 +03:00
@include('accounts.nav', ['selected' => ACCOUNT_IMPORT_EXPORT])
2015-03-17 07:45:25 +10:00
{{ Former::open()->addClass('col-md-9 col-md-offset-1') }}
{{ Former::legend('Export Client Data') }}
{{ Button::lg_primary_submit('Download') }}
{{ Former::close() }}
@stop