@extends('layouts.app') @section('title',$subcontractor->name) @section('page-title','Subcontractor Detail') @section('content')
{{ $subcontractor->scope_of_work }}
| Date | Amount | Mode | Ref | Remarks |
|---|---|---|---|---|
| {{ $pay->date->format('d/m/Y') }} | GH₵ {{ number_format($pay->amount,2) }} | {{ $pay->payment_mode }} | {{ $pay->reference ?? '-' }} | {{ $pay->remarks ?? '-' }} |
| No payments yet. | ||||