• Show filters
  • Clear filters
  • Save search
  • Saved searches

Search

{!!Form::horizontal_open() ->id('form-search') ->method('POST') ->action(guard_url('settings/settings'))!!}
{!! Form::text('search[id]')->raw()!!}
{!! Form::text('search[category_id]')->raw()!!}
{!! Form::text('search[title]')->raw()!!}
{!! Form::text('search[viewcount]')->raw()!!}
{!! Form::text('search[published]')->raw()!!}
{!! Form::text('search[published_at]')->raw()!!}
{!! Form::text('search[user_type]')->raw()!!}
{!! Form::text('search[created_at]')->raw()!!}
{!!Form::close()!!}

Saved