@extends('layouts.app') @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])
{{$title}}
Pay Structure
Select Pay Structure
@forelse ($pay_structure as $data)
id ? 'selected' : '' }}> {{ $data->name }} / {{ $data->designation->staff_type_name }}
@empty
No Pay Structure Found.
@endforelse
Experience
Level 1
Level 2
Level 3
Select Month
Select Month
January
February
March
April
May
June
July
August
September
October
November
December
From Date
To Date
Check Staff
Pending List
Paid List
Pay
#
Name
Experience
Total Days
Present Days
Absent Days
Half Day Leaves
Action
#
Staff Name
Experience (Years)
Basic Salary
Total Additions
Total Deductions
Total Taxes
Gross Salary
Net Salary
Leave Deduction
Total Working Days
Status
Actions
@endsection @push('scripts') @endpush