{!! $orderpostmate['id'] !!}
{!! $orderpostmate['order_id'] !!}
{!! $orderpostmate['service_fee'] !!}
{!! $orderpostmate['delivery_fee'] !!}
{!! $orderpostmate['zing_fee'] !!}
{!! $orderpostmate['created_at'] !!}
{!! $orderpostmate['updated_at'] !!}
{!! $orderpostmate['deleted_at'] !!}
{!! $orderpostmate['PRIMARY'] !!}
{!! Form::numeric('order_id')
-> label(trans('orderpostmate::orderpostmate.label.order_id'))
-> placeholder(trans('orderpostmate::orderpostmate.placeholder.order_id'))!!}
{!! Form::text('service_fee')
-> label(trans('orderpostmate::orderpostmate.label.service_fee'))
-> placeholder(trans('orderpostmate::orderpostmate.placeholder.service_fee'))!!}
{!! Form::text('delivery_fee')
-> label(trans('orderpostmate::orderpostmate.label.delivery_fee'))
-> placeholder(trans('orderpostmate::orderpostmate.placeholder.delivery_fee'))!!}
{!! Form::text('zing_fee')
-> label(trans('orderpostmate::orderpostmate.label.zing_fee'))
-> placeholder(trans('orderpostmate::orderpostmate.placeholder.zing_fee'))!!}
{!! Form::package::package.formcontrols.KEY('PRIMARY')
-> label(trans('orderpostmate::orderpostmate.label.PRIMARY'))
-> placeholder(trans('orderpostmate::orderpostmate.placeholder.PRIMARY'))!!}