@extends('layouts.admin') @section('title', 'Contracts') @section('content')
Credit card authorization agreements
| Contract | Customer | Order | Amount | Status | |
|---|---|---|---|---|---|
| {{ $contract->contract_number }} |
{{ $contract->name }}
{{ $contract->email }}
|
{{ $contract->shopify_order_name ?? '—' }} | ${{ number_format((float) $contract->amount, 2) }} | {{ $contract->status }} | View |
| No contracts yet. | |||||