@extends('layouts.app') @section('title') Pay Slip @stop @section('breadcrumb') @stop @section('css') @endsection @section('content')
@if($entry->voucher_type == \App\GeneralJournalEntry::CRV) Cash Receipt Voucher @elseif($entry->voucher_type == \App\GeneralJournalEntry::BRV) Bank Receipt Voucher @elseif($entry->voucher_type == \App\GeneralJournalEntry::CPV) Cash Payment Voucher @elseif($entry->voucher_type == \App\GeneralJournalEntry::BPV) Bank Payment Voucher @elseif($entry->voucher_type == \App\GeneralJournalEntry::JV) Journal Voucher @endif @if($next) @endif                @if($previous) @endif
@if($entry->is_post)
Posted
@elseif($entry->is_check)
Checked
@else
Prepared
@endif

{{env('APP_NAME')}}

PAYSLIP


Name: Nadeem Akhter
Designation: Software Developer
Employee ID: 15
Period: AUG-SEP-21
Payement Type: Monthly
Payment Date: 1-SEP-2021
EARNINGS DAYS GROSS SALARY ADVANCE NET SALARY
Basic Pay 23 25000 5000 235000
Commission and Bonus 23 25000 5000 235000
Outstanding salary 23 25000 5000 235000
DEDUCTIONS
Late coming fine 5     1500
NET PAY 450500



 
 
 
Approved By
@permission('print-voucher')
@endpermission
@stop @section('js') @stop