@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @push('prev-next-head')
@endpush @section('content')
{{ csrf_field() }}
{{-- @if (isset($status))
@foreach ($status['messages'] as $m)
@endforeach
@endif --}} @if (Auth::user()->hasPermission('/attendance-fetch'))

@if ($payrollType == 'multiple_payments')
@endif
@else
@endif

{{ csrf_field() }}
@include('filtters.common', $fillterData)

Salary Month: {{ $month_name }}'{{ $year }}

{{ $total_days }} Month Days
{{-- --}} @foreach ($dataArr as $value) {{-- --}} {{-- --}} @endforeach
@endsection @push('footer-script') @endpush