@extends('admin::curd.index') @section('heading') {!! trans('store::store.name') !!} {!! trans('cms.manage') !!} {!! trans('store::store.names') !!} @stop @section('title') {!! trans('store::store.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('store::store.label.name')!!} {!! trans('store::store.label.code')!!} {!! trans('store::store.label.description')!!} {!! trans('store::store.label.address')!!} {!! trans('store::store.label.city')!!} {!! trans('store::store.label.zipcode')!!} {!! trans('store::store.label.phone')!!} {!! trans('store::store.label.email')!!} {!! trans('store::store.label.stock')!!} {!! trans('store::store.label.status')!!}
{!! Form::text('search[name]')->raw()!!} {!! Form::text('search[code]')->raw()!!} {!! Form::text('search[description]')->raw()!!} {!! Form::text('search[address]')->raw()!!} {!! Form::text('search[city]')->raw()!!} {!! Form::numeric('search[zipcode]')->raw()!!} {!! Form::text('search[phone]')->raw()!!} {!! Form::text('search[email]')->raw()!!} {!! Form::text('search[stock]')->raw()!!} {!! Form::select('search[status]')->raw()!!}
@stop @section('script') @stop @section('style') @stop