@extends('layouts.app') @section('title','Labour Cost') @section('page-title','Labour Cost Report') @section('content')
| Name | Role | Days | Total Pay |
|---|---|---|---|
| {{ $staffData['name'] }} | {{ $staffData['role'] }} | {{ $staffData['days'] }} | GH₵ {{ number_format($staffData['total'],2) }} |
| TOTAL | GH₵ {{ number_format($byStaff->sum('total'),2) }} | ||