@extends('layout.app') @section('content') Select Criteria {{-- --}} {{-- --}} {{-- From Date --}} From Date {{-- To Date --}} To Date Select Head ALL head @foreach ($heads as $item) {{ $item->name }} @endforeach {{-- Search --}} {{-- Search --}} Search Reset {{-- Reset --}} {{-- --}} {{-- --}} @endsection @section('js') @endsection @push('script') @endpush @section('ajax') @endsection