@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Allowance Report
{{-- --}}
{{-- --}} {{-- --}} {{-- --}} @foreach ($employees as $employee) @endforeach
Sl # Name Total Allowance Amount Total Bonus Amount Total Commission Amount 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->first_name) {{ $employee->first_name }} @endisset {{ $employee->total_allowance() }} {{ $employee->total_bonus($employee->id) }} {{ $employee->total_commission() }}
@endsection @push('custom_css') @endpush @push('custom_js') @endpush