@extends('layouts.app', ['path' => 'generatePayroll']) @section('title', 'Payroll - HRMS') @push('css') @endpush @section('content')

Payroll

@include('partials.new_alerts')
@csrf
@endsection @push('scripts') @endpush