@extends('layouts.app', ['path' => 'payroll.components.payitems']) @section('title', 'Create Pay Item - HRMS') @section('content') @can('pay_items.create')
@include('partials.new_alerts')
Pay Item
@csrf
{{--
--}} {{--
--}}
{{--
--}}
Cancel
@endcan @endsection @push('scripts') @endpush