@extends('layouts.app', ['path' => 'payroll.components.payitems']) @section('title', 'Edit Pay Item - HRMS') @section('content') @can('pay_items.update')
@include('partials.new_alerts')
Pay Item
@csrf
@if($payitem['payroll_structures_count'] > 0) @endif
{{--
--}}
Cancel
@endcan @endsection @push('scripts') @endpush