@extends('core::dashboard.layouts.master') @section('title', 'NVO Vendor Contarcts') @section('content')
{{-- start Load Contract Data --}}- | Contract Number | Party Type | Party Code | Valid From | Valid To | Party Address | {{--Contract Items | --}}- | - |
---|---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $contract->contract_number }} | {{ $contract->party_type ? strtoupper($contract->party_type) : '' }} | {{ $contract->party_code }} | {{ $contract->valid_from ? date('Y-m-d', strtotime($contract->valid_from)) : '' }} | {{ $contract->valid_to ? date('Y-m-d', strtotime($contract->valid_to)) : '' }} | {{ $contract->party_full_address }} |