@extends('setting.layouts.layout') @section('title',trans('quotation_report.title')) @section('script_css') @endsection @section('script_buttom') @endsection @section('buttons') @endsection @section('content') @inject('CommonPresenter','App\Presenter\CommonPresenter')
@include('components.validationErrorMessage') {!! csrf_field() !!}

{{ trans('quotation_report.title') }}

{{ trans('quotation_report.quotation_date') }}

~

{{ trans('quotation_report.organization_id') }}

{{ trans('quotation_report.quotation_account') }}

{{ trans('quotation_report.company_id') }}

{{ trans('quotation_report.product_type_id') }}

{{ trans('quotation_report.product_id') }}

{{ trans('quotation_report.quotation_ad') }}

{{ trans('quotation_report.customer_code') }}

{{ trans('quotation_report.statistics_type') }}

{{ trans('quotation_report.sort_column') }}

{{ trans('quotation_report.repeat_order') }}

{{ trans('common.search_result') }}

{{ $statisticsTypeList[$statistics_type] }}

{{ trans('quotation_report.quotation_count') }}

{{ trans('quotation_report.order_count') }}

{{ trans('quotation_report.order_percent') }}

{{ trans('quotation_report.big_order_count') }}

{{ trans('quotation_report.big_order_percent') }}

@foreach($dataList as $list)

{{ $list->statistics_type }}

{{ $list-> quotation_count }}

{{ $list-> order_count }}

{!! $CommonPresenter -> getPercent($list -> order_percent) !!}

{{ $list -> big_order_count }}

{!! $CommonPresenter -> getPercent($list -> big_order_percent) !!}

@endforeach

{{ $countDataList['STATISTICS_TYPE'] }}

{{ $countDataList['quotation_count'] }}

{{ $countDataList['order_count'] }}

{!! $CommonPresenter -> getPercent($countDataList['order_percent']) !!}

{{ $countDataList['big_order_count'] }}

{!! $CommonPresenter -> getPercent($countDataList['big_order_percent']) !!}

Page

of {{ $dataList -> lastPage() }}

@endsection