@extends('master.app') @section('title', 'customer') @section('body')
@include('general.valert')
@csrf @method('post')
@if ($bdate == 1) @else @endif
Check

Attendance Sheet

@foreach ($employees as $row) @endforeach
# Name Staus Reson
{{ $loop->iteration }} {{ $row->name }}
@endsection @section('pageJs') @endsection