2013-11-26 14:45:07 +02:00
|
|
|
@extends('accounts.nav')
|
|
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
@parent
|
|
|
|
|
|
|
|
|
|
{{ Former::open()->addClass('col-md-9 col-md-offset-1') }}
|
2014-01-15 14:01:24 +00:00
|
|
|
{{ Former::legend('Export Client Data') }}
|
2013-11-26 14:45:07 +02:00
|
|
|
{{ Button::lg_primary_submit('Download') }}
|
|
|
|
|
{{ Former::close() }}
|
|
|
|
|
|
|
|
|
|
@stop
|