@extends('admin::curd.index') @section('heading') {!! trans('module::module.name') !!} {!! trans('cms.manage') !!} {!! trans('module::module.names') !!} @stop @section('title') {!! trans('module::module.names') !!} @stop @section('breadcrumb')
@stop @section('entry'){!! trans('module::module.label.name')!!} | Permission | {!! trans('module::module.label.status')!!} | {!! trans('module::module.label.type')!!} | {!! Form::text('search[name]')->id('ser_name')->raw()!!} | {!! Form::numeric('search[manufacturer_address]')->id('ser_manufacturer_address')->raw()!!} | {!! Form::select('search[status]')-> options([''=>'All']+trans('module::module.options.status'))->id('ser_status')->raw()!!} | {!! Form::select('search[type]')-> options([''=>'All']+trans('module::module.options.type'))->id('ser_type')->raw()!!} |
---|