@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('workplace','Workplace :') !!}
{!! Form::select('workplace[]', $workplace, null, ['class' => 'form-control select2 w-100', 'id' => 'workplace', 'style' => 'width: 100%;', 'multiple']) !!}
{!! Form::label('sync_shopify','Sync Shopify :') !!}
{!! Form::select('sync_shopify', ['' => 'All', '1' => 'Yes', '0' => 'No'], '', ['class' => 'form-control select2 w-100', 'style' => 'width: 100%;']) !!}
{!! Form::label('date_range', __('report.date_range') . ':') !!}
{!! Form::text('date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly']); !!}
@endcomponent
@component('components.widget', ['class' => 'box-primary', 'title' => __( 'Members' )])
@can('membership.view')
@slot('tool')
@endslot
@endcan
@can('membership.view')
@endcan
@endcomponent
@stop
@section('javascript')
@endsection