@extends('dashboard.layouts.app') @section('content')
Name | Role | Department | Designation | Mobile | Paid | Month | Year | Status | Action |
---|---|---|---|---|---|---|---|---|---|
{{ $user['full_name'] }} | {{ $user['role'] }} | {{ $user['department'] }} | {{ $user['designation'] }} | {{ $user['mobile'] }} | {{ $user['paid'] }} | {{ $user['month'] }} | {{ $user['year'] }} | {{ $user['status'] }} | @if (!$user['payroll_status']) Make Earnings Or Deductions @elseif ($user['payroll_status'] == 'Progress') Update @elseif ($user['payroll_status'] == 'Generated' && $user['paid'] == null) View @elseif ($user['payroll_status'] == 'Generated' && $user['paid'] != null) View @elseif ($user['payroll_status'] == 'Paid') View @endif |
No records found. |
Please select a role, month, or year to view user records.