@extends('layouts.print') @section('content')

Daily Wage List

@php($serial = 1) @foreach($items as $item) @endforeach
{{__('commons.sl')}} {{__('commons.user')}} {{__('employees.wages')}} {{__('employees.paying_status')}} {{__('employees.work_date')}}
{{ $serial++ }} {{ optional($item->user)->name }} {{ $item->wages }} {{ $item->paying_status }} {{ $item->work_date }}
@endsection