@extends('admin::curd.index') @section('heading') {!! trans('item::item.name') !!} {!! trans('cms.manage') !!} {!! trans('item::item.names') !!} @stop @section('title') {!! trans('item::item.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('item::item.label.name')!!} {!! trans('item::item.label.usertype')!!}
{!! Form::text('search[name]')->raw()!!} {!! Form::text('search[usertype]')->raw()!!}
@stop @section('script') @stop @section('style') @stop