@extends('admin::curd.index') @section('heading') {!! trans('piece::piece.name') !!} {!! trans('app.manage') !!} {!! trans('piece::piece.names') !!} @stop @section('title') {!! trans('piece::piece.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('piece::piece.label.code')!!} {!! trans('piece::piece.label.name')!!} {!! trans('piece::piece.label.rate')!!} {!! trans('piece::piece.label.unit')!!} {!! trans('piece::piece.label.status')!!} {!! trans('piece::piece.label.created_at')!!} {!! trans('piece::piece.label.updated_at')!!}
{!! Form::text('search[code]')->raw()!!} {!! Form::text('search[name]')->raw()!!} {!! Form::text('search[rate]')->raw()!!} {!! Form::text('search[unit]')->raw()!!} {!! Form::text('date[status]')->raw()!!} {!! Form::text('date[created_at]')->raw()!!} {!! Form::text('date[updated_at]')->raw()!!}
@stop @section('script') @stop @section('style') @stop