mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
11 lines
234 B
PHP
11 lines
234 B
PHP
@extends('accounts.nav')
|
|
|
|
@section('content')
|
|
@parent
|
|
|
|
{{ Former::open()->addClass('col-md-9 col-md-offset-1') }}
|
|
{{ Former::legend('Export Client Data') }}
|
|
{{ Button::lg_primary_submit('Download') }}
|
|
{{ Former::close() }}
|
|
|
|
@stop |