@extends('layouts.adminapp') @section('title') {{ __('lng.Designation') }} @endsection @section('active_payroll', 'active') @section('open_payroll', 'open') @section('active_designation', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.CL') }} | {{ __('lng.BP') }} | {{ __('lng.Advance') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} | |
---|---|---|---|---|---|---|---|
{{ ++$si }} | {{ $Designation->title }} | {{ $Designation->CL }} | {{ $Designation->BP }} | {{ $Designation->advance }} | {{ $Designation->narration }} | --}} |
{{ __('lng.Showing') }} {{ $Designations->count() }} {{ __('lng.Items') }}