@extends('home.partial.layout') @section('content')

Final Pay Report

@foreach($gratiuity as $val) @endforeach
Sl.No Emp.No QID Passport No Name Position Department D.o.b Date of Joining Last Working Day Total days of Employement Unpaid Leave Net Days worked Gross Salary Salary Notice Period Notice period(Remarks) Total Days of Last Month Total Days of Last Month(Remarks) Current Monthly Salary Notice Pay Annual Leave (Entitled annual) Accured Annual Leave Annual Leave Balance Leave Accural Amount Eligibility of Gratuity Eligible Days Gratuity Gratuity deduction Total gratuity Ticket Accural Return Ticket Net pay Remarks
{{$loop->iteration}} {{$val->employee_no}} {{$val->qidno}} {{$val->passportno}} {{$val->name}}  {{$val->lname}} {{$val->designation}} {{$val->department}} {{$val->dob}} {{$val->joining_date}} {{$val->last_working_day}} {{$val->total_days_employment}} {{$val->annual_leave_balance}} {{$val->net_days_worked}} {{$val->gross_total}} {{$val->notice_period}} {{$val->notice_period_remarks}} {{$val->total_days_last_month}} {{$val->current_month_salary}} {{$val->notice_pay}} {{$val->annual_leave_entitled}} {{$val->accrued_annual_leave}} {{$val->annual_leave_balance}} {{$val->leave_accrual_amount}} {{$val->eligible_days}} {{$val->gratuity_add}} {{$val->gratuity_ded}} {{$val->gratuity_total}} {{$val->ticket_accrual_amount}} {{$val->return_ticket_amount}} {{number_format(($val->net_pay+$val->last_payroll), 2)}} {{$val->remarks}}
@endsection