@extends('admin::curd.index') @section('heading') {!! trans('block::category.name') !!} {!! trans('cms.manage') !!} {!! trans('block::category.names') !!} @stop @section('title') {!! trans('block::category.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('block::category.label.name')!!} {!! trans('block::category.label.status')!!}
{!! Form::text('search[name]')->raw()!!} {!! Form::select('search[status]') ->options(['' => 'All', 'Hide' => 'Hide','Show' => 'Show']) ->raw()!!}
@stop @section('script') @stop @section('style') @stop