@extends('layouts.user.dashb4') @section('content')

Supply Chain Contracts



@if(count($openContracts)) @include('supplychain.includes.opencontracts') @else

No Open Supply Chain Contracts

@endif @if(count($closedContracts)) @include('supplychain.includes.closedcontracts') @else

No Closed Supply Chain Contracts

@endif @endsection