@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.manufacturing_year')!!} {!! trans('manufacturer::manufacturer.label.serial_no')!!}
{!! Form::text('search[name]')->raw()!!} {!! Form::text('search[manufacturer_address]')->raw()!!} {!! Form::select('search[manufacturing_year]')->raw()!!} {!! Form::text('search[serial_no]')->raw()!!}
@stop @section('script') @stop @section('style') @stop