@extends('layouts.app') @section('title','Payroll') @section('content')

FINANCE

Employee Payroll

Intern stipends are deliberately stored in separate stipend tables.

@csrf
@foreach($batches as $b)@endforeach
PeriodStatusEmployeesCalculated
{{ $b->period }}{{ $b->status }}{{ $b->items_count }}{{ optional($b->calculated_at)->format('d M Y H:i') }}
@endsection