@extends('layouts.master') @section('content')
| Man # | Old Gross | New Gross | Old Net | New Net | Old Deductions | New Deductions | Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row->man_number }} | {{ number_format($row->old_gross, 2) }} | {{ number_format($row->new_gross, 2) }} | {{ number_format($row->old_net, 2) }} | {{ number_format($row->new_net, 2) }} | {{ number_format($row->old_deductions, 2) }} | {{ number_format($row->new_deductions, 2) }} | |||||||||||||
Earnings
Deductions
Contributions
|
|||||||||||||||||||