@extends('layouts.master') @section('mainContent')
Project Menus
Project Menu
@include('layouts.tenants.vendor-contract-menu')
Vendors
Project Support
Vendors
@if(Auth::user()->hasPermission('vendors','create'))
New Vendor
@endif
Export
Vendor ID
Vendor Name
Vendor Type
Service Type
Vendor Rating
Vendor Since
Action
@endsection @section('customModal')
Add Vendor
Vendor name
*
Organization
*
Department
*
Select
@if($department) @foreach($department as $row)
{{ $row->department_name }}
@endforeach @endif
Vendor email
*
Vendor type
*
Select
@if($configurations['vendor_types']->count()>0) @foreach($configurations['vendor_types'] as $row)
{{ $row->name }}
@endforeach @endif
Service type
*
Select
@if($configurations['service_types']->count()>0) @foreach($configurations['service_types'] as $row)
{{ $row->name }}
@endforeach @endif
Office address
*
Contract date
*
Status
*
Select
@if($configurations['vendor_status']->count()>0) @foreach($configurations['vendor_status'] as $row)
{{ $row->name }}
@endforeach @endif
Renewal Info
Renewal tenure
*
Select
@if($configurations['renewal_tenure']->count()>0) @foreach($configurations['renewal_tenure'] as $row)
{{ $row->name }}
@endforeach @endif
Renewal date
*
Contact Person Info
Contact name
*
Designation
*
Email
*
Contact No
*
Delete Vendor
Are you sure want to Delete?
@endsection