@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Deduction Report
{{-- --}}
{{-- Athulya 23-04-2024 --}} {{--
--}}
{{-- Athulya 23-04-2024 --}}
{{-- --}} {{-- --}} {{-- --}} @foreach ($employees as $employee) @endforeach
Sl # Employee ID Name Total Deduction Amount Deduction Type Paid Date ViewTotal AllowanceBranch Department StatusDate of birth Email Phone Salary type Pay period Attendance(Days) Leaves(Days) Projects Employment start date Employment end date
{{ $loop->iteration }} @isset($employee->employee_id) {{ $employee->employee_id}} @endisset @isset($employee->first_name) {{ $employee->first_name }} {{ $employee->last_name ?? '' }} @endisset {{ $employee->total_deduction() }} @foreach ($assigndeductions->where('user_id', $employee->id) as $assigndeduction) {{ $assigndeduction->deduction->name }}

@endforeach
-
@endsection @push('custom_css') @endpush @push('custom_js') @endpush