@extends('setting.layouts.layout') @section('title',trans('quotation.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.title') }}

 {{ trans('quotation.create_quotation') }}

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

~

{{ trans('quotation.quotation_serial_number') }}

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

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

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

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

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

{{ trans('quotation.quotation_title') }}

{{ trans('quotation.quotation_status') }}

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

{{ trans('quotation.quotation_serial_number') }}

{{ trans('quotation.quotation_account_name') }}

{{ trans('quotation.quotation_customer_name') }}

{{ trans('quotation.quotation_title') }}

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

{{ trans('quotation.quotation_big_order') }}

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

@foreach($dataList as $list)

{!! $CommonPresenter -> getShortenText($list -> quotation_serial_number) !!}

@foreach($accountList as $cList) @if($list -> quotation_account == $cList -> login_account) {{ $cList -> account_name }} @endif @endforeach

{!! $CommonPresenter -> getShortenText($list -> customer_code) !!}

{!! $CommonPresenter -> getQuotationTitle($list -> quotation_title) !!}

{{ $list -> quotation_count }}

{!! $CommonPresenter -> getQuotationBigOrder($list) !!}

@if(session('ACTION_UPDATE') == 'ENABLED') @endif @if(session('ACTION_DELETE') == 'ENABLED') @endif

@endforeach

Page

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

@endsection