@extends('layouts.app')
@section('title', 'Contracts')
@section('content')
| Name | Number | Supplier | Start | End | Value | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $contract->name }} | {{ $contract->contract_number ?? '—' }} | {{ $contract->supplier->name ?? '—' }} | {{ optional($contract->start_date)->format('Y-m-d') }} | {{ optional($contract->end_date)->format('Y-m-d') }} | {{ number_format($contract->value ?? 0, 2) }} {{ $contract->currency }} |