@extends('layouts.master') @section('mainContent')
Vendor & Contracts Menus
Vendor & Contracts Menu
@include('layouts.tenants.vendor-contract-menu')
Vendor Evaluation
Vendor & Contracts
Vendor Evaluation
New Vendor Evaluation
Evaluation Name
Evaluation Date
Project Name
Vendor Type
Service Type
Criteria
@endsection @section('customModal')
Add Vendor Evaluation
Evaluation name
*
Evaluation date
*
Project name
*
Vendor type
*
Select Vendor Type
@if ($vendorconfig['vendor_types']->isNotEmpty()) @foreach ($vendorconfig['vendor_types'] as $vtypes)
{{ $vtypes->name }}
@endforeach @endif
Service type
*
Select Service Type
@if ($vendorconfig['service_types']->isNotEmpty()) @foreach ($vendorconfig['service_types'] as $stypes)
{{ $stypes->name }}
@endforeach @endif
Status
*
Pending
Ongoing
Completed
Criteria
Vendors
Criteria for Decision
*
Weightage
*
Add more
Select Weightage
@foreach ($configurations['criteria_weightage'] as $row)
{{ $row->name }}
@endforeach
Vendor
*
Add more
@if ($vendors->isNotEmpty()) @foreach ($vendors as $vend)
{{ $vend->vendor_name }}
@endforeach @endif
Criteria
Weightage
Scale
2
Select Weightage
@foreach ($configurations['alteration_weightage'] as $arow)
{{ $arow->name }}
@endforeach
Justification/Rationale
*
@endsection