@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @section('content')
@foreach ($employees as $key => $employee) @endforeach
{{ $employees->appends(request()->except('page'))->links('pagination::bootstrap-4') }}
@foreach ($exEmployees as $exEmployee) @php $employee = $exEmployee->employee; @endphp @endforeach
@endsection @push('footer-script') @endpush