@extends('admin.template.master') @section('title') Need Help Queries Home Need Help Queries @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif {{-- Campaign Filter {!! 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']) !!} Search --}} List Active Inactive {!! Form::hidden('status', 1, ['id' => 'status']) !!} {!! Form::hidden('status', 1, ['id' => 'status']) !!} ID Query User Status Note Updated By Created Date Updated Date Action @endsection @section('javascripts') @endsection