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

Collection Commission 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']) }} --}}

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