@component('components.widget', ['class' => 'box-primary'])
{!! $chart->container() !!}
@endcomponent
@component('components.filters', ['title' => __('report.filters')])
@if ($is_gps)
@endif
@endcomponent
@component('components.widget', ['class' => 'box-primary'])
@endcomponent
{!! Form::label('day', __('lang_v1.days') . ':') !!}
{!! Form::number('day', null, ['class' => 'form-control input_number','id'=>'day','min' => 0,'step' => 1]); !!}
{!! Form::label('customer_group_id', __('lang_v1.customer_group_name') . ':') !!}
{!! Form::select('customer_group_id', $customer_group, null, [
'class' => 'form-control select2',
'style' => 'width:100%',
'id' => 'customer_group_id',
]) !!}
{!! Form::label('sector_id', __('lang_v1.customer_sector') . ':') !!}
{!! Form::select('sector_id', $customer_sectors ?? [], null, [
'placeholder' => __('messages.all'),
'class' => 'form-control select2',
'style' => 'width:100%',
'id' => 'sector_id',
]) !!}
{!! Form::label('tag_id', __('lang_v1.tags') . ':') !!}
{!! Form::select('tag_id', $tags ?? [], null, [
'placeholder' => __('messages.all'),
'class' => 'form-control select2',
'style' => 'width:100%',
'id' => 'tag_id',
]) !!}
| @lang('contact.name') | @lang('lang_v1.customer_group') | @lang('home.due_amount') | @lang('lang_v1.last_payment_date') | {{ __('account.from') . ' ' . __('lang_v1.days') }} | @lang('lang_v1.last_payment') | @lang('purchase.ref_no') |
|---|---|---|---|---|---|---|
| @lang('sale.total'): |
@php
if (isMobile()) {
$closed = true;
}
$closed = true;
@endphp
@component('components.widget', ['class' => 'box-primary'])
{!! Form::label('day_id', __('lang_v1.days') . ':') !!}
{!! Form::select('day_id', $days ?? [], null, [
'placeholder' => __('messages.all'),
'class' => 'form-control select2',
'style' => 'width:100%',
'id' => 'day_id',
]) !!}
| @lang('contact.name') | @lang('home.due_amount') |
|---|