@extends('admin::curd.index') @section('heading') {!! trans('item::item.name') !!} {!! trans('app.manage') !!} {!! trans('item::item.names') !!} @stop @section('title') {!! trans('item::item.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('item::item.label.pid')!!} {!! trans('item::item.label.p_name')!!} {!! trans('item::item.label.p_description')!!} {!! trans('item::item.label.price')!!} {!! trans('item::item.label.status')!!} {!! trans('item::item.label.created_at')!!} {!! trans('item::item.label.updated_at')!!}
{!! Form::text('search[pid]')->raw()!!} {!! Form::text('search[p_name]')->raw()!!} {!! Form::text('search[p_description]')->raw()!!} {!! Form::text('search[price]')->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