@extends('layouts.master') @section('content')
{{ $title }}
A list of employees linked to this payroll regardless of the status.
@if(isset($error) || session('error'))
{{ $error ?? session('error') }}
@endif
@include('layouts.payrollsubmenu')
@csrf
@error('earn_def_id')
{{ $message }}
@enderror
@if(isset($error) || session('error'))
{{ $error ?? session('error') }}
@endif

Instructions

  • Use this form to add a new earning to the {{$pamPayroll->short_description}} payroll.
  • Fields marked with * are required.
  • Click the Save button to add the record.
  • Click the Cancel button to return to the Payroll list.
@endsection @section('scripts') @endsection