@extends('layouts.master') @section('title',__('index.employee_salary')) @section('action',__('index.list')) @section('main-content')
@include('admin.section.flash_message') @include('admin.payroll.employeeSalary.common.breadcrumb')
{{ __('index.employee_salary_filter') }}
@if(!isset(auth()->user()->branch_id))
@endif
{{ __('index.reset') }}
{{ __('index.employee_salaries') }}
{{-- --}} @forelse($employeeLists as $key => $value) {{-- --}} @empty @endforelse
# {{ __('index.employee_name') }} {{ __('index.marital_status') }}Gross Salary({{\App\Helpers\AppHelper::getCompanyPaymentCurrencySymbol()}}.){{ __('index.salary_cycle') }} {{ __('index.salary_group') }} {{ __('index.action') }}
{{++$key}} {{ucfirst($value->employee_name)}} {{ ucfirst($value->marital_status) }}{{ number_format($value->salary) }} {{ ucfirst($value->salary_group_name) }}

{{ __('index.no_records_found') }}

@endsection @section('scripts') @include('admin.payroll.employeeSalary.common.scripts') @endsection