@extends('layouts.sidebar')
@section('title', 'PTSR')
@section('content')
@if (in_array('Manage Attendance', $privileges))
{{-- @include('Admin.Payroll.modal') --}}
@if (session('success'))
{{ session('success') }}
@endif
Import Failed Rows
Name |
Department Name |
Pay Period Start |
Pay Period End |
Under Time |
Total Absent |
No of Days |
Status |
Action |
@include('Admin.PTSR.ptsr_modal')
@endif
@endsection