@extends('layouts.adminapp') @section('title') {{ __('lng.SetSalary') }} - {{ __('lng.PaySalary') }} @endsection @section('active_payroll', 'active') @section('open_payroll', 'open') @section('active_set_salary', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.VoucherNo') }} | {{ __('lng.Amount') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|
{{ ++$si }} | {{ $DTs }} | {{ $Salary->vouchernumber }} | @currency($Salary->amount) | {{ $Salary->narration }} |
date))
type="button" title="{{ __('lng.AccountClosedEdit') }}"
@else
onclick="PaymentEditFill('{{$Salary}}')"
title="{{ __('lng.Edit') }}"
@endif
class="btn btn-wave btn-sm btn-primary-light" data-bs-toggle="tooltip"
data-bs-placement="bottom">
@if ($Voucher->isactive)
@else
@php
echo App\Http\Controllers\VoucherTypeController ::VoucherTypeIsActive('DELETED');
@endphp
@endif
|
{{ __('lng.Showing') }} {{ $Salaries->count() }} {{ __('lng.Items') }}