@extends('layouts.default') @push('scripts')
@endpush @section('content')
Category Wise Report
From Date
*
To Date
*
Option
*
Based on highest priority category
Based on multiple category
Category
*
All Category
@foreach ($res as $item)
{{$item->eligibility_condition}}
@endforeach
@endsection