@extends('layouts.app') @section('title','Subcontractor Report') @section('page-title','Subcontractor Payment Report') @section('content')
| Name | Trade | Project | Agreed | Paid | Balance | Status |
|---|---|---|---|---|---|---|
| {{ $sc->name }} | {{ $sc->trade }} | {{ $sc->project->name ?? '-' }} | GH₵ {{ number_format($sc->agreed_amount,2) }} | GH₵ {{ number_format($sc->amount_paid,2) }} | GH₵ {{ number_format($sc->balance,2) }} | {{ $sc->status }} |