@extends('admin::curd.index') @section('heading') {!! trans('return::return.name') !!} {!! trans('app.manage') !!} {!! trans('return::return.names') !!} @stop @section('title') {!! trans('return::return.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('return::return.label.order_id')!!} {!! trans('return::return.label.product_id')!!} {!! trans('return::return.label.customer_id')!!} {!! trans('return::return.label.return_reason_id')!!} {!! trans('return::return.label.return_action_id')!!} {!! trans('return::return.label.return_status_id')!!} {!! trans('return::return.label.comment')!!} {!! trans('return::return.label.date_ordered')!!} {!! trans('return::return.label.date_added')!!} {!! trans('return::return.label.date_modified')!!} {!! trans('return::return.label.status')!!} {!! trans('return::return.label.created_at')!!} {!! trans('return::return.label.updated_at')!!}
{!! Form::text('search[order_id]')->raw()!!} {!! Form::text('search[product_id]')->raw()!!} {!! Form::text('search[customer_id]')->raw()!!} {!! Form::text('search[return_reason_id]')->raw()!!} {!! Form::text('search[return_action_id]')->raw()!!} {!! Form::text('search[return_status_id]')->raw()!!} {!! Form::text('search[comment]')->raw()!!} {!! Form::text('search[date_ordered]')->raw()!!} {!! Form::text('search[date_added]')->raw()!!} {!! Form::text('search[date_modified]')->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