@extends('layouts.app') @section('content')

Direct Sale Report

@include('xreports::common.report_date_range_select')
{{--
{{ Form::select('rep_id', \Pramix\XUser\Models\User::pluck('username', 'id'), '', ['class' => 'form-control select2', 'placeholder' => 'Select Rep', 'id' => 'rep_id']) }}
--}}

{{-- {{ Form::select('rep', \Pramix\XUser\Models\User::role('REPRESENTATIVE')->pluck('username', 'id'), '', ['class' => 'form-control select2', 'id' => 'rep']) }} --}}

@endsection @section('include_js') @endsection @section('custom_script') @endsection