@extends('layouts.app') @section('content')
| Check No. | Name | Deduction ({{ \Carbon\Carbon::parse($startDate)->format('M Y') }}) | Deduction ({{ \Carbon\Carbon::parse($endDate)->format('M Y') }}) | Difference | Balance | Description | Month | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $data['check_number'] }} | {{ $data['name'] }} | {{ $data['deduction_month_1'] }} | {{ $data['deduction_month_2'] }} | {{ $data['difference'] }} | {{ $data['balance'] }} | {{ $data['deduction_description'] }} | {{ $data['month_computed'] }} | View |