SR. NO. |
Description |
Qty |
Unit |
@if (!empty($comparative_statement))
Name of Contractor: - {{ $comparative_information[0]->contractor1_id ?? '' }}
@if (env('ORG') == 'STEM')
@else
@endif
|
@else
{{ "this-" . old('contractor')[0] }}
@error('contractor') {{ $message }} @enderror
|
@endif
@if (!empty($comparative_statement))
Name of Contractor: - {{ $comparative_information[1]->contractor2_id ?? '' }}
@if (env('ORG') == 'STEM')
@else
@endif
|
@else
@error('contractor') {{ $message }} @enderror
|
@endif
@if (!empty($comparative_statement))
Name of Contractor: - {{ $comparative_information[2]->contractor3_id ?? '' }}
@if (env('ORG') == 'STEM')
@else
@endif
|
@else
@error('contractor') {{ $message }} @enderror
|
@endif
Remark
|