@extends('layouts.app') @section('title', 'Commission Agent Report') @section('css') @endsection @section('content')

Commission Agent Report

{!! Form::label('ca_date_filter', __('report.date_range') . ':') !!} {!! Form::text('ca_date_filter', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control custom-input', 'readonly']); !!}
{!! Form::label('sr_business_id', __('business.business_location') . ':') !!} {!! Form::select('sr_business_id', $business_locations, null, ['class' => 'form-control custom-select select2', 'style' => 'width:100%', 'placeholder' => __('messages.all')]); !!}
{!! Form::label('sr_id', __('report.user') . ':') !!} {!! Form::select('sr_id', $commission_agents, null, ['class' => 'form-control custom-select select2', 'style' => 'width:100%', 'placeholder' => __('report.all_users')]); !!}
Agent Item Name ItemCode Sold Qty Total Cost Cost Code Net Sale Profit OR Loss
@endsection @section('javascript') @endsection