@extends('schoolLayout.app')
@section('content')
@include('salary.partialHead')
PDF
@include('staff.partialPayableReport', [
'staffs' => $staffs,
'totalDebit' => $totalDebit,
'totalCredit' => $totalCredit,
])
Showing {{ $staffs->firstItem() }} to {{ $staffs->lastItem() }} of {{ $staffs->total() }} results
{{ $staffs->appends(request()->query())->onEachSide(1)->links('pagination::tailwind') }}
@include('salary.component')
@endsection