@php $tableId = 'kt_table_1'; @endphp
@slot('table_header') @endslot @slot('table_body') {{ __('Name') }} {{ __('Actions') }} @php $id = 0 ; @endphp @foreach($items as $mainItemId => $mainItemData )
@if(isset($mainItemData['sub_items'])&&count($mainItemData['sub_items'])) @endif {{-- {{ $mainItemData['data']['name'] }} --}} {{ $mainItemData['data']['name'] }}
{{ __('Start Pricing') }} @foreach ($mainItemData['sub_items'] ?? [] as $subItemId => $subItemArr) {{-- {{ __('Equal To Delete ') }} --}} {{-- {{ $subItemArr['name'] }} --}}
{{ __('Name') }} {{ $subItemArr['name'] }} {{ __('Service Item') }} {{ $subItemArr['service_item_name'] }} {{ __('Count Or Days') }} {{ $subItemArr['count_or_days'] }} {{ __('Count Or Days') }} {{ $subItemArr['count_or_days'] }}
{{ __('Total Recommend Withhout Vat') }} {{ $subItemArr['total_recommended_without_vat_formatted'] }} {{ __('Total Net Profit After Taxes Amount') }} {{ $subItemArr['total_net_profit_after_taxes_formatted'] }} {{ __('Total Net Profit After Taxes Percentage') }} {{ $subItemArr['total_net_profit_after_taxes_percentage_formatted'] }}
@endforeach
Warning: Undefined variable $id in /home/cfostools/public_html/cfostools.evoqas.com/resources/views/admin/quick-pricing-calculator/view-table.blade.php on line 481
@endforeach @endslot
@include('admin.quick-pricing-calculator.filter' , [ 'type'=>'filter' ]) @include('admin.quick-pricing-calculator.export' , [ 'type'=>'export' ]) @if($hasChildRows) {{-- {{ __('Expand') }} --}} @endif - {{ __('#') }} {{ __('Name') }} {{ __('Business Line') }} {{ __('Service Category') }} {{ __('Service Item') }} {!! __('Count Or Days') !!} {!! __('Total Recommend
Price Without VAT') !!} {!! __('Total Recommend
Price With VAT') !!} {!! __('Total Net Profit
After Taxes') !!} {{ __('Creator Name') }} {{ __('Created At') }} {{-- {{ __('Update At') }} --}} {{ __('Actions') }}
@push('js') @endpush
@section('js') @endsection