@extends('layouts.app') @section('link') @endsection @section('content')
@include('shared.messages')

{{__('texte.documents_arr.export.accounting_export')}}

{{ csrf_field() }}
@if ($errors->has('date_from')) {{ $errors->first('date_from') }} @endif @if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
@if(isset($show_button) && $show_button==1) {{__('texte.documents_arr.export.download')}} @endif
@endsection