@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') }}
{{ __('Are You Sure To Delete Pricing Plan With Its All Quick Pricing Calculators ? ') }}
|
@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'] }} |
|
{{ __('Are You Sure To Delete This Item ? ') }}
|
@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'
])
@push('js')
@endpush