{!! Form::label(null, trans('Orders::admin/orders/forms/edit.labels.options.documents.type')) !!}
{!! Form::radio('document_type', 1, $order->document_type === 1, ['id' => 'document_type_1']) !!} {!! Form::label('document_type_1', trans('Orders::admin/orders/forms/edit.labels.options.documents.receipt')) !!}
{!! Form::radio('document_type', 2, $order->document_type === 2, ['id' => 'document_type_2']) !!} {!! Form::label('document_type_2', trans('Orders::admin/orders/forms/edit.labels.options.documents.invoice')) !!}
- {{ trans('Orders::admin/orders/forms/edit.labels.invoices.tip') }}
@push('footScripts') @endpush