@extends('layouts.app') @section('title', 'Deal Links') @section('content')
| # | Sale # | Customer | Project / Flat | Media Agent | Type | Commission | Paid | Due | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $dl->id }} | {{ $dl->sale?->agreement_number ?? '—' }} | {{ $dl->sale?->customer?->name ?? '—' }} | {{ $dl->sale?->project?->project_name ?? '' }} / {{ $dl->sale?->flat?->flat_number ?? '' }} | {{ $dl->mediaAgent?->name ?? '—' }} | {{ ucfirst($dl->commission_type) }} | {{ number_format($dl->commission_amount, 2) }} | {{ number_format($dl->paid_amount, 2) }} | {{ number_format($dl->due_amount, 2) }} | |
| No deal links found. | |||||||||