@extends('layouts.master') @section('title','Reports') @section('content') Report Download Reports Select Report Daily Attendance Report Individual Attendance Report {{-- Daily report --}} Date Filter Zone Filter All @foreach($zones as $key => $value) {{$value}} @endforeach Ward Filter All @foreach($wards as $key => $value) {{$value}} @endforeach Department Filter All @foreach($departments as $key => $value) {{$value}} @endforeach Designation Filter All @foreach($designation as $key => $value) {{$value}} @endforeach {{-- individule report --}} Date Filter Select Employee @foreach($employee as $key => $value) {{$value}} @endforeach Download Search No record found..! @endsection @push('js') @endpush