@include('new_layouts.header') @include('construction_project.side-menu')
| {{__('S.No')}} | {{__('Issued By')}} | {{__('Issued Date')}} | {{__('VO/SCA Reference')}} | {{__('VO Description')}} | {{__('Reference')}} | {{__('Date')}} | {{__('Contractor Claimed Omission Cost')}} | {{__('Contractor Claimed Addition Cost')}} | {{__('Contractor Claimed Net Amount')}} | {{__('Consultant Certified Omission Cost')}} | {{__('Consultant Certified Addition Cost')}} | {{__('Consultant Certified Net Amount')}} | {{--{{__('Net Amount')}} | --}} {{--{{__('Impact/Lead Time')}} | {{__('Granted EOT(in days)')}} | {{__(' Remarks')}} | --}} @if(Gate::check('edit vochange') || Gate::check('delete vochange')){{__('Action')}} | @endif
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$bulk_data->issued_by}} | {{ Utility::site_date_format($bulk_data->issued_date,\Auth::user()->id) }} | {{$bulk_data->sca_reference}} | {{$bulk_data->vo_reference}} | {{$bulk_data->reference}} | {{ Utility::site_date_format($bulk_data->vo_date,\Auth::user()->id) }} | {{$bulk_data->claimed_omission_cost}} | {{$bulk_data->claimed_addition_cost}} | {{$bulk_data->claimed_net_amount}} | {{$bulk_data->approved_omission_cost}} | {{$bulk_data->approved_addition_cost}} | {{$bulk_data->approved_net_cost}} | {{--{{$bulk_data->impact_time}} | {{$bulk_data->granted_eot}} | {{$bulk_data->remarks}} | --}} @if(Gate::check('edit vochange') || Gate::check('delete vochange'))
@can('edit vochange')
$projectid,"id"=>$data->id]) }}"
data-ajax-popup="true" data-size="xl" data-bs-toggle="tooltip"
title="{{__('Edit')}}" data-title="{{__('Edit VO or Change Order')}}">
@endcan
@can('delete vochange')
{!! Form::open(['method' => 'POST', 'route' => ['delete_variation_scope_change', $data->id],
'id'=>'delete-form-'.$data->id]) !!}
{{ Form::hidden('id',$data->id, ['class' => 'form-control']) }}
{{ Form::hidden('projectid',$projectid, ['class' => 'form-control']) }}
{!! Form::close() !!}
@endcan
|
@endif