@extends('layout.app') @section('content') Select Criteria {{-- --}} From Date To Date Select Item (require) ALL @foreach ($items as $item) {{ $item->name }} @endforeach NOTE: If you select All, then the Summary Result will come. If item is single, then the full result will come. {{-- Search --}} Search {{-- --}} @endsection @section('js') @endsection @push('script') @endpush @section('ajax') @endsection