{{ __('Manualpunch Master') }}

Add Manualpunch
{{-- Company --}}
{{-- Department --}}
{{-- Employee --}}
{{-- From Date --}}
{{-- To Date --}}
{{-- Filter Button --}}
{{-- empty label space for alignment --}}
@if(session('success'))
{{ session('success') }}
@endif @forelse($punches as $punche) @empty @endforelse
# Employee Company Department Punch Date Punch Time Actions
{{ $loop->iteration }} {{ $punche->employee->employee_name }} {{ $punche->company->name }} {{ $punche->department->name }} {{ $punche->punch_date }} {{ $punche->punch_time }}
@csrf @method('DELETE')
No holidays found.
{{ $punches->links() }}