@extends('layouts.layout-2') @section('content')

Buchungen FeWo

{!! Form::open(['url' => route('admin_report_export_fewo'), 'class' => '']) !!} {!! Form::hidden('order', '[[0, "asc"]]', ['id'=>'order_table']) !!}
von
bis
von
bis
ID {{__('FeWo')}} {{__('Kunde')}} {{__('vom')}} {{__('bis')}} {{__('Erwachsene')}} {{__('Kinder')}} {{__('Gesamt')}} {{__('Betrag')}} {{__('Buchungsdatum')}} {{__('R.-Nr.')}}
Total 0
{!! Form::close() !!}
@endsection