@extends('layouts.app') @section('title','New Daily Payroll') @section('page-title','Capture Daily Labour Payroll') @section('content')
Daily Labour Payroll Entry Inventory Officer → Supervisor → PM → CEO → Payment
@csrf
Workers for this Day
@foreach($staff as $i => $s) @endforeach
Worker Name *Role *Attendance *Daily Rate (GH₵) *Amount DueNotes
{{ $s->daily_rate ? number_format($s->daily_rate,2) : '0.00' }}
DAILY TOTAL:0.00
Cancel
@endsection @push('scripts') @endpush