{!! Form::label(null, trans('Orders::admin/orders/forms/new.labels.options.documents.type')) !!}
{!! Form::radio('document_type', 1, true, ['id' => 'document_type_1']) !!} {!! Form::label('document_type_1', trans('Orders::admin/orders/forms/new.labels.options.documents.receipt')) !!}
{!! Form::radio('document_type', 2, false, ['id' => 'document_type_2']) !!} {!! Form::label('document_type_2', trans('Orders::admin/orders/forms/new.labels.options.documents.invoice')) !!}
- {{ trans('Orders::admin/orders/forms/new.labels.invoices.tip') }}