@extends('layouts.main') @section('page-title') {{ __('Manage Payslip') }} @endsection @section('page-breadcrumb') {{ __('Payslip') }} @endsection @php $company_settings = getCompanyAllSetting(); @endphp @section('content')
{{ __('Employee Id') }} | {{ __('Name') }} | {{ __('Payroll Type') }} | {{ __('Salary') }} | {{ __('Net Salary') }} | {{ __('Status') }} | {{ __('Action') }} |
---|