@extends('admin.layout.master') @section('content') @include('flash-message') @php use App\Models\Payroll\EmpManagements\PayEmpBasicInfos; $allEmp = PayEmpBasicInfos::where('active_status', 1)->get(); @endphp