@extends('layouts.view') @section('title',trans('lang.payslip')) @section('content')
{{ $message }}
| {{trans('lang.the_month')}} | {{trans('lang.fullname')}} | {{trans('lang.emp_id')}} | {{trans('lang.branchname')}} | {{trans('lang.department')}} | {{trans('lang.position')}} | {{trans('lang.Additions')}} | {{trans('lang.gosi-deduction')}} | {{trans('lang.Deductions')}} | {{trans('lang.total_salary')}} | {{trans('lang.comments')}} | {{trans('lang.file_path')}} | {{trans('role.action')}} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $checkInRequest->the_month }}-{{$checkInRequest->the_year}} | {{$user->name }} | {{$user->emp_id}} | {{isset($user->branch)?$user->branch->getNameAttribute():''}} | {{isset($user->department)?$user->department->getNameAttribute():''}} | {{isset($user->jobPosition)?$user->jobPosition->getNameAttribute():''}} | {{ $checkInRequest->total_addition}} | {{ $checkInRequest->gosi}} | {{ $checkInRequest->total_deduction}} | {{ $checkInRequest->total_salary}} | {{ $checkInRequest->comment}} | {{trans('lang.print')}} |