@extends('layouts.seller') @section('content')
@if($s != "") @endif {!! Form::open(array('route' => 'seller.report.kasse-journal', 'method' => 'GET', 'class'=>'filter_form mobile_filter d-block col-md-12')) !!}
{!! Form::label("type", __('report.kasse_type'), ['class' => 'first-column']) !!} {!! Form::select('t', kasseTypes(), $type, ['class'=>'form-control select2 second-column']) !!}
{!! Form::label("date", __('report.date') ,['class' => 'first-column']) !!}
{!! Form::hidden('from_date', isset($_GET['from_date'])?$_GET['from_date'] : '', ['id' => 'from_date']) !!} {!! Form::hidden('to_date', isset($_GET['to_date'])?$_GET['to_date'] : '', ['id' => 'to_date']) !!}
{{ Form::hidden('filter', 1) }} {!! Form::submit(__('orders.search'), ['class'=>'btn btn-primary btn_sub width80']) !!} {!! __('orders.reset') !!}
{!! Form::close() !!} @php $params = ""; @endphp @if(count($result) > 0)
{!! __('report.kasse_pdf') !!} @if(isset($filter['t']) && $filter['t'] == 'txt' && isNorway()) {!! __('report.kasse_sync') !!} @endif
{{ __('report.download') }}:
@include('seller/report/kasse-journal-view')
@else

{!! __('report.select_filter') !!}

@endif
@endsection @section('script') @endsection