@extends('layouts.app') @section('title', __('accounting-reports::lang.direct_incomes')) @section('content')

@lang('accounting-reports::lang.direct_incomes')

@component('components.widget', ['class' => 'box-primary'])

{!! Form::label('filter_location_id', __('purchase.business_location') . ':') !!} {!! Form::select('filter_location_id', $locations, null, ['class' => 'form-control select2', 'placeholder' => __('lang_v1.all')]) !!}
{!! Form::label('filter_account_id', __('account.account') . ':') !!} {!! Form::select('filter_account_id', $accounts, null, ['class' => 'form-control select2', 'placeholder' => __('lang_v1.all')]) !!}
{!! Form::label('start_date', __('report.start_date') . ':') !!} {!! Form::text('start_date', null, ['class' => 'form-control date-picker', 'readonly']) !!}
{!! Form::label('end_date', __('report.end_date') . ':') !!} {!! Form::text('end_date', null, ['class' => 'form-control date-picker', 'readonly']) !!}
@lang('accounting-reports::lang.date') @lang('accounting-reports::lang.name') @lang('accounting-reports::lang.amount') @lang('purchase.business_location') @lang('account.account') @lang('accounting-reports::lang.reference_no') @lang('accounting-reports::lang.document') @lang('messages.action')
@lang('sale.total'):
@endcomponent
@endsection @section('javascript') @endsection