@extends('layouts.master') @section('content')
{{ $title }}
This view allows the user to rollover {{$pamPayroll->short_description}} payroll to the next month (Period).
@if(isset($error) || session('error'))
{{ $error ?? session('error') }}
@endif
{{$pamPayroll->short_description}} Payroll Details
{{$pamPayroll->short_description}} Payroll checklist.
@endsection @section('modal') @endsection @section('scripts') @endsection