@extends('layouts.adminapp') @section('title') {{ __('lng.PayHead') }} @endsection @section('active_payroll', 'active') @section('open_payroll', 'open') @section('active_pay_head', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Sign') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} | |
---|---|---|---|---|---|
{{ ++$si }} | {{ $PayHead->title }} | {{ App\Extra\General\PublicConstants::PAY_HEAD_SIGN[$PayHead->sign] }} | {{ $PayHead->narration }} | --}} |
{{ __('lng.Showing') }} {{ $PayHeads->count() }} {{ __('lng.Items') }}