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