@extends('admin::curd.index') @section('heading') {!! trans('manufacturer::manufacturer.name') !!} {!! trans('cms.manage') !!} {!! trans('manufacturer::manufacturer.names') !!} @stop @section('title') {!! trans('manufacturer::manufacturer.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('manufacturer::manufacturer.label.name')!!} {!! trans('manufacturer::manufacturer.label.manufacturer_address')!!} {!! trans('manufacturer::manufacturer.label.status')!!}
{!! 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('manufacturer::manufacturer.options.status'))->id('ser_status')->raw()!!}
@stop @section('script') @stop @section('style') @stop