@extends('admin::curd.index') @section('heading') {!! trans('cost_center::cost_center.name') !!} {!! trans('cms.manage') !!} {!! trans('cost_center::cost_center.names') !!} @stop @section('title') {!! trans('cost_center::cost_center.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('cost_center::cost_center.label.name')!!} {!! trans('cost_center::cost_center.label.code')!!} {!! trans('cost_center::cost_center.label.status')!!}
{!! Form::text('search[name]')->id('ser_name')->raw()!!} {!! Form::text('search[code]')->id('ser_code')->raw()!!} {!! Form::select('search[status]') -> options(['' => 'All'] + trans('cost_center::cost_center.options.status')) ->id('ser_status') ->raw()!!}
@stop @section('script') @stop @section('style') @stop