@extends('layouts.layout') @section('content')

Setup Contract Version 2.0

Quick Setup

All Contracts

@if($setupContract) @foreach($setupContract as $con) @endforeach @endif
# Contract Progress Label
{{ $con->id }} {{ $con->name }}
@if($con->type == 'active') {{ $con->type }} @else {{ $con->type }} @endif
@endsection