@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')
{{ @$data['title'] }}
@if (hasPermission('list_payroll_item')) {{ _trans('payroll.Payroll Item') }} @endif
{{ _trans('common.Employee') }} {{ _trans('common.ID') }} {{ _trans('common.Employee') }} {{ _trans('common.Designation') }} {{ _trans('common.Department') }} {{ _trans('common.Shift') }} {{ _trans('common.Basic Salary') }} {{ _trans('common.Status') }} {{ _trans('common.Action') }}
@endsection @section('script') @include('backend.partials.datatable') @endsection