{!! Form::label( 'code', trans( 'voucher.fields.code' ), ['class' => 'block text-sm text-gray-400'] ) !!}
{!! Form::text( 'code', NULL, ['class' => 'w-full bg-gray-800 border border-gray-700 text-gray-200 rounded-md px-3 py-2', 'readonly'] ) !!}
{!! Form::label( 'item_name', trans( 'voucher.fields.item_name' ), ['class' => 'block text-sm text-gray-400'] ) !!}
{!! Form::text( 'item_name', NULL, ['class' => 'w-full bg-gray-800 border border-gray-700 text-gray-200 rounded-md px-3 py-2'] ) !!}
{!! Form::submit( $submitButtonText, ['id' => 'form_submit', 'class' => 'px-4 py-2 bg-green-600 hover:bg-green-500 text-white rounded-md'] ) !!}
@section( 'footer' )
@parent
@endsection