{!! Form::numeric('order_id') -> label(trans('cart::history.label.order_id')) -> placeholder(trans('cart::history.placeholder.order_id'))!!}
{!! Form::text('courier_name') -> label(trans('cart::history.label.courier_name')) -> placeholder(trans('cart::history.placeholder.courier_name'))!!}
{!! Form::text('order_status') -> label(trans('cart::history.label.order_status')) -> placeholder(trans('cart::history.placeholder.order_status'))!!}