@extends('admin.template.master') @section('title')

Search Keyword Not Found Log all search miss list

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
{!! Form::label('from_date', 'From Date') !!} {!! Form::date('from_date', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'from_date']) !!}
{!! Form::label('to_date', 'To Date') !!} {!! Form::date('to_date', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'to_date']) !!}
{!! Form::label(' ') !!}
{!! Form::label('keyword', 'Keyword') !!} {!! Form::text('keyword', null, ['class' => 'form-control', 'id' => 'keyword']) !!}
{!! Form::button('Search',['class' => 'btn btn-primary btn-order-search', 'id'=> 'search_btn']) !!} {!! Form::button('Reset',['class' => 'btn btn-danger btn-order-search', 'id'=> 'reset_btn']) !!}
{{--

List

--}}
#Sl Response Count Date Status
@endsection @section('javascripts') @endsection