@extends('layouts.app') @section('title', $page_title) @section('content')

{{ $sub_title }}

{{__('file.Back')}}

{{ config('settings.title') ? config('settings.title') : env('APP_NAME') }}

@if(config('settings.contact_no'))

{{__('file.Contact No')}}.: {{ config('settings.contact_no') }}, @if(config('settings.email')){{__('file.Email')}}: {{ config('settings.email') }}@endif

@endif
Corporate Office : Ga 81/C Gulshan Badda Link Road,Opposite Side Off Primer Bank Ltd,Dhaka Bangladesh

{{__('file.Date')}}: {{ date('d-M-Y') }}

{{__('Labour Name')}} :
{{__('Labour ID')}} :
{{$payslip->labour->name}}
{{$payslip->labour->labour_id}}
{{__('Payment Date')}}:
{{--
{{__('file.Status')}}:
--}}
{{date('Y-m-d', strtotime($payslip->created_at))}}
{{--
{{__('file.Status')}}:
--}}
@php $allowances = 0; @endphp @foreach($other_allowance as $row) @endforeach
{{__('file.Others Allowance')}}
{{$row->allowances_name}} : {{$row->allowances_amount}}/-TK @php $allowances += $row->allowances_amount @endphp
@foreach($other_deduction as $row)
@endforeach
{{__('file.Others Deduction')}}
{{$row->deduction_name}} : {{$row->deduction_amount}}/-TK
{{__('BASIC SALARY')}}: {{$payslip->basic_salary}}/-TK
{{__('TOTAL ALLOWANCE')}}: {{$payslip->others_allowance}}/-TK
{{__('GROSS SALARY')}}: {{($payslip->total_gross_salary)}}/-TK
{{__('SALARY ADVANCE')}}: - {{$payslip->salary_advance}}/-TK
{{__('TOTAL DEDUCTION')}}: - {{($payslip->total_deduction)}}/-TK
{{__('BONUS')}}: {{$payslip->bonus}}/-TK
{{__('NET PAYABLE')}}: {{$payslip->net_payable}}/-TK
{{__('file.DUE AMOUNT')}}: {{($payslip->net_payable + $payslip->bonus) - $payslip->payable_salary}}/-TK
{{__('PAYABLE')}}: {{$payslip->payable_salary}}/-TK

{{__('file.Thank you!')}}

{{__('file.Note')}}:
{{$payslip->note}}


{{__('file.Received By')}}

{{\Illuminate\Support\Facades\Auth::user()->name}}

{{__('file.Authorized By')}}

@endsection @push('scripts') @endpush